width property - ImageElement class - dart:html library (original) (raw)
int? getwidth
Implementation
int? get width native;
setwidth (int? value)
Implementation
set width(int? value) native;
int? getwidth
int? get width native;
setwidth (int? value)
set width(int? value) native;