hasTorchState property

ValueNotifier<bool?> hasTorchState
final

A notifier that provides availability of the Torch (Flash)

Implementation

final ValueNotifier<bool?> hasTorchState = ValueNotifier(false);