height property

bool height

Implementation

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

Implementation

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