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