hidePopover property

void Function() hidePopover

Implementation

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

Implementation

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