torchState property
A notifier that provides the state of the Torch (Flash)
Implementation
final ValueNotifier<TorchState> torchState = ValueNotifier(TorchState.off);
A notifier that provides the state of the Torch (Flash)
final ValueNotifier<TorchState> torchState = ValueNotifier(TorchState.off);