ReorderFinishedCallback<E> typedef

ReorderFinishedCallback<E> = void Function(E item, int from, int to, List<E> newItems)

Implementation

typedef ReorderFinishedCallback<E> = void Function(
    E item, int from, int to, List<E> newItems);