crop property
Cropper tool configuration. When non-null and a Cropper widget is
present in the displayed view's tree, the cropper renders its UI and
owns 1-finger gestures. Different modes can have different CropConfigs
(e.g., 'crop_square' locks aspect ratio, 'crop_free' allows any).
Implementation
final CropConfig? crop;