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