show method

void show()

Implementation

void show() {
  if (!_isVisible) {
    _isVisible = true;
    notifyListeners();
  }
}