CropDragPointBuilder typedef

CropDragPointBuilder = Widget Function(double size, CropDragPointPosition position)

Type alias for a callback function. Used to build a custom drag point in a CropPreview.

Implementation

typedef CropDragPointBuilder = Widget Function(
  double size,
  CropDragPointPosition position,
);