handModeButtonVisible property
bool
get
handModeButtonVisible
Implementation
bool get handModeButtonVisible {
return _handModeButtonVisible;
}
set
handModeButtonVisible
(bool newValue)
Implementation
set handModeButtonVisible(bool newValue) {
_handModeButtonVisible = newValue;
_update();
}