adjust kWindowEdgeSize

This commit is contained in:
csf
2022-09-27 23:08:01 +08:00
parent 23f0f4e33a
commit f45bb13d24
2 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ class DesktopScrollWrapper extends StatelessWidget {
scrollDuration: kDefaultScrollDuration,
scrollCurve: Curves.linearToEaseOut,
mouseWheelTurnsThrottleTimeMs:
kDefaultMouseWhellThrottleDuration.inMilliseconds,
kDefaultMouseWheelThrottleDuration.inMilliseconds,
scrollAmountMultiplier: kDefaultScrollAmountMultiplier),
child: child,
);