height property

int height

Implementation

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

Implementation

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