aspectRatio property

bool get aspectRatio

Implementation

bool get aspectRatio => js_util.getProperty(this, 'aspectRatio');
set aspectRatio (bool newValue)

Implementation

set aspectRatio(bool newValue) {
  js_util.setProperty(this, 'aspectRatio', newValue);
}