skewXSelf method

DOMMatrix skewXSelf([
  1. dynamic sx = 0
])

Implementation

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