aspectRatio property

DoubleRange? get aspectRatio

Implementation

_i3.DoubleRange? get aspectRatio => _i4.getProperty(
      this,
      'aspectRatio',
    );
set aspectRatio (DoubleRange? value)

Implementation

set aspectRatio(_i3.DoubleRange? value) {
  _i4.setProperty(
    this,
    'aspectRatio',
    value ?? _i6.undefined,
  );
}