hidePopover property
void Function()
get
hidePopover
Implementation
void Function() get hidePopover => () => _i4.callMethod(
_i4.getProperty(
this,
'hidePopover',
),
r'call',
[this],
);
set
hidePopover
(void value())
Implementation
set hidePopover(void Function() value) {
_i4.setProperty(
this,
'hidePopover',
_i4.allowInterop(value),
);
}