displayAspectWidth property

int displayAspectWidth

Implementation

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

Implementation

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