onReorder property Null safety

(dynamic Function?(int oldIndex, int newIndex)?) onReorder
final

Implementation

final Function(int oldIndex, int newIndex)? onReorder;