torchState property

ValueNotifier<TorchState> torchState
final

A notifier that provides the state of the Torch (Flash)

Implementation

final ValueNotifier<TorchState> torchState = ValueNotifier(TorchState.off);