show method

void show()

Implementation

void show() {
  if (_isVisible) return;
  _isVisible = true;
  notify();
}