OnStartDragItem typedef

OnStartDragItem = void Function(int? listIndex, int? itemIndex, BoardItemState state)

Implementation

typedef void OnStartDragItem(
    int? listIndex, int? itemIndex, BoardItemState state);