displayHeight property

int displayHeight

Implementation

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

Implementation

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