transformStyle property

String transformStyle

Implementation

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

Implementation

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