displayAspectHeight property

int get displayAspectHeight

Implementation

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

Implementation

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