menu
te_widgets package
documentation
widgets/list/list_view.dart
TListView<T, K>
onReorderStart property
onReorderStart property
dark_mode
light_mode
onReorderStart
property
void Function
(
int
index
)
?
onReorderStart
final
Callback when reorder drag-and-drop starts.
Implementation
final void Function(int index)? onReorderStart;
te_widgets package
documentation
widgets/list/list_view
TListView<T, K>
onReorderStart property
TListView class