hide method

void hide()

Implementation

void hide() {
  widget.onHide?.call();
}