onReorder property

dynamic Function(List<T>)? onReorder
final

Callback, called when the items are reordered.

Implementation

final Function(List<T>)? onReorder;