onCrop property

ValueChanged<Rect>? onCrop
final

Event called when the user changes the crop rectangle.

The passed Rect is normalized between 0 and 1.

See also:

  • CropController, which can be used to read this and other details of the crop rectangle.

Implementation

final ValueChanged<Rect>? onCrop;