onReorderStarted property

ReorderStartedCallback<E>? onReorderStarted
final

Called in response to when an item changed from normal to dragged state and may be reordered.

Implementation

final ReorderStartedCallback<E>? onReorderStarted;