moveLocalPaintStyleAfter property

void Function(PaintStyle, [PaintStyle?]) get moveLocalPaintStyleAfter

Implementation

void Function(
  _i3.PaintStyle, [
  _i3.PaintStyle?,
]) get moveLocalPaintStyleAfter => (
      _i3.PaintStyle p0, [
      _i3.PaintStyle? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'moveLocalPaintStyleAfter',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i7.undefined,
          ],
        );
set moveLocalPaintStyleAfter (void value(PaintStyle, [PaintStyle?]))

Implementation

set moveLocalPaintStyleAfter(
    void Function(
      _i3.PaintStyle, [
      _i3.PaintStyle?,
    ]) value) {
  _i5.setProperty(
    this,
    'moveLocalPaintStyleAfter',
    _i5.allowInterop(value),
  );
}