dragMode property
Define the dragging mode of the cropper.
Options:
- 'crop': create a new crop box
- 'move': move the canvas
- 'none': do nothing
Default = 'crop'
Implementation
final WebDragMode? dragMode;
Define the dragging mode of the cropper.
Options:
Default = 'crop'
final WebDragMode? dragMode;