width property - InputElement class - dart:html library (original) (raw)

description

int? getwidth

override

Implementation

int? get width native;

setwidth (int? value)

override

Implementation

set width(int? value) native;