torchControlVisible property
bool
get
torchControlVisible
Implementation
bool get torchControlVisible {
return _torchControlVisible;
}
set
torchControlVisible
(bool newValue)
Implementation
set torchControlVisible(bool newValue) {
_torchControlVisible = newValue;
_update();
}