hideWidget method

void hideWidget()

hide the widget is its already being shown

Implementation

void hideWidget() {
  widgetState.hideWidget();
}