flipX property

DOMMatrix Function() get flipX

Implementation

_i3.DOMMatrix Function() get flipX => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'flipX',
      ),
      r'call',
      [this],
    );
set flipX (DOMMatrix value())

Implementation

set flipX(_i3.DOMMatrix Function() value) {
  _i4.setProperty(
    this,
    'flipX',
    _i4.allowInterop(value),
  );
}