transformStyle property

String get transformStyle

Implementation

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

Implementation

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