skewYSelf method

DOMMatrix skewYSelf([
  1. dynamic sy = 0
])

Implementation

DOMMatrix skewYSelf([/* double | NaN */ dynamic sy = 0]) =>
    js_util.callMethod(this, 'skewYSelf', [sy]);