show method

void show()

Implementation

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