aspectRatio property

double? aspectRatio

Implementation

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

Implementation

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