OnItemAdd typedef

OnItemAdd = void Function(DragAndDropItem newItem, int listIndex, int newItemIndex)

Implementation

typedef void OnItemAdd(
  DragAndDropItem newItem,
  int listIndex,
  int newItemIndex,
);