aspectRatio property

double get aspectRatio

Implementation

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

Implementation

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