displayAspectHeight property

int displayAspectHeight

Implementation

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

Implementation

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