ReorderStartedCallback<E> typedef

ReorderStartedCallback<E> = void Function(E item, int index)

Implementation

typedef ReorderStartedCallback<E> = void Function(E item, int index);