dragMode property

WebDragMode? dragMode
final

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;