showWidget method

void showWidget()

Implementation

void showWidget() {
  setState(() {
    _opacity = true;
  });
}