height property

double? height

Implementation

double? get height => js_util.getProperty(this, 'height');
void height=(double? newValue)

Implementation

set height(double? newValue) {
  js_util.setProperty(this, 'height', newValue);
}