hideSettings method

void hideSettings()

Implementation

void hideSettings() {
  _showSettings = false;
  notifyListeners();
}