use TickerMode.getValuesNotifier

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-12 10:30:33 +08:00
parent d0789734ec
commit 6c164d81e3
2 changed files with 10 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ class _InteractiveviewerGalleryState extends State<InteractiveviewerGallery>
late final _tween = Matrix4Tween();
late final _animatable = _tween.chain(CurveTween(curve: Curves.easeOut));
late final _horizontalDragGestureRecognizer;
late final ImageHorizontalDragGestureRecognizer _horizontalDragGestureRecognizer;
late Offset _doubleTapLocalPosition;