alt property
bool
get
alt
Implementation
bool get alt => _alt;
set
alt
(bool value)
Implementation
set alt(bool value) {
if (_alt != value) {
_alt = value;
notifyListeners();
}
}