height property

int get height

Implementation

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

Implementation

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