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