DragHandleBuilder typedef

DragHandleBuilder = Widget Function(BuildContext context, bool isSelected)

A builder for creating a custom drag handle.

This builder allows for customizing the appearance of the drag handle in the ReorderableMultiDragList widget.

Implementation

typedef DragHandleBuilder = Widget Function(
  BuildContext context,
  bool isSelected,
);