height property

bool get height

Implementation

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

Implementation

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