skewXSelf property

DOMMatrix Function([num?]) get skewXSelf

Implementation

_i3.DOMMatrix Function([_i2.num?]) get skewXSelf =>
    ([_i2.num? p0]) => _i4.callMethod(
          _i4.getProperty(
            this,
            'skewXSelf',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        );
set skewXSelf (DOMMatrix value([num?]))

Implementation

set skewXSelf(_i3.DOMMatrix Function([_i2.num?]) value) {
  _i4.setProperty(
    this,
    'skewXSelf',
    _i4.allowInterop(value),
  );
}