show method

bool show()

Implementation

bool show() {
  if (!active || !mounted) return false;
  _hided = false;
  controller.forward();

  return true;
}