aspectRatio property

String get aspectRatio

Implementation

_i2.String get aspectRatio => _i4.getProperty(
      this,
      'aspectRatio',
    );
set aspectRatio (String value)

Implementation

set aspectRatio(_i2.String value) {
  _i4.setProperty(
    this,
    'aspectRatio',
    value,
  );
}