add fixed extent
This commit is contained in:
+1
@@ -248,6 +248,7 @@ class _TabListView extends HookConsumerWidget {
|
|||||||
: ReorderableListView.builder(
|
: ReorderableListView.builder(
|
||||||
scrollController: controller,
|
scrollController: controller,
|
||||||
itemCount: itemCount,
|
itemCount: itemCount,
|
||||||
|
itemExtent: _itemHeight,
|
||||||
onReorderStart: (index) {
|
onReorderStart: (index) {
|
||||||
ref.read(willAcceptDropProvider.notifier).clear();
|
ref.read(willAcceptDropProvider.notifier).clear();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user