cropRectNotifier property

ValueNotifier<Rect?> cropRectNotifier
final

Stores the selected crop area within the view.

Implementation

final cropRectNotifier = ValueNotifier<Rect?>(null);