fix desktop scroll with touchpad
This commit is contained in:
parent
03080a9014
commit
8b8f4ccd65
1 changed files with 1 additions and 0 deletions
|
|
@ -6,5 +6,6 @@ class CustomScrollBehavior extends MaterialScrollBehavior {
|
|||
Set<PointerDeviceKind> get dragDevices => {
|
||||
PointerDeviceKind.touch,
|
||||
PointerDeviceKind.mouse,
|
||||
PointerDeviceKind.trackpad
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue