fix: track pad horizontal scrolling not working

This commit is contained in:
Kingkor Roy Tirtho 2024-01-22 18:03:08 +06:00
parent 8cd650b07e
commit 59e0e6bb65

View File

@ -60,10 +60,7 @@ class HorizontalPlaybuttonCardView<T> extends HookWidget {
onNotification: (notification) => true,
child: ScrollConfiguration(
behavior: ScrollConfiguration.of(context).copyWith(
dragDevices: {
PointerDeviceKind.touch,
PointerDeviceKind.mouse,
},
dragDevices: PointerDeviceKind.values.toSet(),
),
child: items.isEmpty
? ListView.builder(