transformBox property

String transformBox

Implementation

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

Implementation

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