cameraSwitchButtonVisible property
bool
get
cameraSwitchButtonVisible
Implementation
bool get cameraSwitchButtonVisible {
return _cameraSwitchButtonVisible;
}
set
cameraSwitchButtonVisible
(bool newValue)
Implementation
set cameraSwitchButtonVisible(bool newValue) {
_cameraSwitchButtonVisible = newValue;
_update();
}