transform property

dynamic get transform

Implementation

dynamic get transform => js_util.getProperty(this, 'transform');
set transform (dynamic newValue)

Implementation

set transform(dynamic newValue) {
  js_util.setProperty(this, 'transform', newValue);
}