DragHandleBuilder typedef

DragHandleBuilder = Widget Function(BuildContext context, BoxConstraints constraints, bool beingDragged)

Implementation

typedef DragHandleBuilder = Widget Function(
  BuildContext context,
  BoxConstraints constraints,
  bool beingDragged,
);