hide property

void Function() hide

Implementation

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

Implementation

set hide(void Function() value) {
  _i5.setProperty(
    this,
    'hide',
    _i5.allowInterop(value),
  );
}