interactionMode property
How the user interacts with the crop UI.
CropInteractionMode.panZoomImage keeps the crop frame fixed and lets the user pinch-zoom and pan the image underneath (recommended for avatars). CropInteractionMode.resizeCropRect uses the classic draggable grid.
Implementation
final CropInteractionMode interactionMode;