reorderableGetter property
final
A function that determines whether an item at a given index is reorderable.
If not provided all items are reorderable by default.
Implementation
final BoolGetter? reorderableGetter;
A function that determines whether an item at a given index is reorderable.
If not provided all items are reorderable by default.
final BoolGetter? reorderableGetter;