displayAspectWidth property

int get displayAspectWidth

Implementation

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

Implementation

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