MaterialReorderableListEx<T extends Widget> extension

材料可重新排序列表 ReorderableList

on

Methods

reorderableListView({Key? key, required void onReorder(int, int), double? itemExtent, Widget? prototypeItem, Widget proxyDecorator(Widget, int, Animation<double>)?, bool buildDefaultDragHandles = true, EdgeInsets? padding, Widget? header, Axis scrollDirection = Axis.vertical, bool reverse = false, ScrollController? scrollController, bool? primary, ScrollPhysics? physics, bool shrinkWrap = false, double anchor = 0.0, double? cacheExtent, DragStartBehavior dragStartBehavior = DragStartBehavior.start, ScrollViewKeyboardDismissBehavior keyboardDismissBehavior = ScrollViewKeyboardDismissBehavior.manual, String? restorationId, Clip clipBehavior = Clip.hardEdge}) ReorderableListView
ReorderableListView