targetModeButtonVisible property
bool
get
targetModeButtonVisible
Implementation
bool get targetModeButtonVisible {
return _targetModeButtonVisible;
}
set
targetModeButtonVisible
(bool newValue)
Implementation
set targetModeButtonVisible(bool newValue) {
_targetModeButtonVisible = newValue;
_update();
}