opt scrollable gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-31 15:34:50 +08:00
parent 32fd0e4a76
commit 1ded09f246
52 changed files with 460 additions and 3172 deletions

View File

@@ -39,6 +39,9 @@ class CustomHorizontalDragGestureRecognizer
lastPosition.global,
);
}
@override
Type get runtimeType => HorizontalDragGestureRecognizer;
}
double touchSlopH = Pref.touchSlopH;