imageRectNotifier property

ValueNotifier<Rect?> imageRectNotifier
final

Stores the image's position and size within the view.

Implementation

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