skewX property

DOMMatrix Function([num?]) get skewX

Implementation

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

Implementation

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