OnStartDragItem typedef

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

Implementation

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