showWidget method

void showWidget()

Makes the widget visible

Implementation

void showWidget() {
  _widgetState?._showWidget();
}