enabled property
bool
get
enabled
Implementation
bool get enabled => _enabled;
set
enabled
(bool newValue)
Implementation
set enabled(bool newValue) {
_enabled = newValue;
notifyListeners();
}