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