matrix property

DOMMatrix matrix

Implementation

DOMMatrix get matrix => js_util.getProperty(this, 'matrix');
void matrix=(DOMMatrix newValue)

Implementation

set matrix(DOMMatrix newValue) {
  js_util.setProperty(this, 'matrix', newValue);
}