show method

void show()

Implementation

void show() {
  if (_isOpen) return;
  _isOpen = true;
  notifyListeners();
}