showingHints property

bool showingHints

Implementation

bool get showingHints => _showingHints;
void showingHints=(bool v)

Implementation

set showingHints(bool v) {
  Debug().info("Show Hints Guide: $_showingHints -> $v");
  _showingHints = v;
  notifyListeners();
}