imageSizeNotifier property

ValueNotifier<Size?> imageSizeNotifier
final

Stores the size of the image to be cropped.

Implementation

final imageSizeNotifier = ValueNotifier<Size?>(null);