scale property

String scale

Implementation

_i2.String get scale => _i4.getProperty(
      this,
      'scale',
    );
void scale=(String value)

Implementation

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