aspectRatio property

dynamic aspectRatio

Implementation

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

Implementation

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