clip property

void Function() clip

Implementation

void Function() get clip => () => _i4.callMethod(
      _i4.getProperty(
        this,
        'clip',
      ),
      r'call',
      [this],
    );
void clip=(void value())

Implementation

set clip(void Function() value) {
  _i4.setProperty(
    this,
    'clip',
    _i4.allowInterop(value),
  );
}