shouldShowTorchControl property

bool get shouldShowTorchControl

Implementation

bool get shouldShowTorchControl => _shouldShowTorchControl;
set shouldShowTorchControl (bool newValue)

Implementation

set shouldShowTorchControl(bool newValue) {
  _shouldShowTorchControl = newValue;
  _updateNative();
}