capturedImageNotifier property

ValueNotifier<CapturedImageData?> capturedImageNotifier
final

Implementation

final capturedImageNotifier = ValueNotifier<CapturedImageData?>(null);