show method

void show()

Shows the popover.

Implementation

void show() {
  if (!_portalController.isShowing) {
    _portalController.show();
    notifyListeners();
  }
}