open method

void open()

Opens the popover.

Implementation

void open() {
  if (!_isOpen) {
    _isOpen = true;
    notifyListeners();
  }
}