hideWidget method

void hideWidget()

Hide the widget

Implementation

void hideWidget() {
  _widgetState?._hideWidget();
}