height property

String height

Implementation

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

Implementation

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