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