transform property

dynamic transform

Implementation

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

Implementation

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