show method
void
show()
Shows the popover.
Implementation
void show() {
if (!_portalController.isShowing) {
_portalController.show();
notifyListeners();
}
}
Shows the popover.
void show() {
if (!_portalController.isShowing) {
_portalController.show();
notifyListeners();
}
}