showWidget method

void showWidget()

show the widget is its already hidden, has to be called if the widget has been created freshly

Implementation

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