OnReorderCallback<T> typedef
OnReorderCallback<T> =
void Function(ReorderedListFunction<T> )
Implementation
typedef OnReorderCallback<T> = void Function(ReorderedListFunction<T>);
typedef OnReorderCallback<T> = void Function(ReorderedListFunction<T>);