transform property

String transform

Implementation

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

Implementation

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