torchButtonVisible property

bool get torchButtonVisible

Implementation

bool get torchButtonVisible {
  return _torchButtonVisible;
}
set torchButtonVisible (bool newValue)

Implementation

set torchButtonVisible(bool newValue) {
  _torchButtonVisible = newValue;
  _update();
}