show method

void show()

Hiện lại

Implementation

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