hideWidget method

void hideWidget()

Implementation

void hideWidget() {
  setState(() {
    _opacity = false;
  });
}