Whether the overlay is visible.
bool get visible => _visible;
set visible(bool value) { if (_visible == value) return; _visible = value; notifyListeners(); }