Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-07 12:32:29 +08:00
parent d253ef468b
commit a380bcd96a
2 changed files with 4 additions and 3 deletions

View File

@@ -192,7 +192,7 @@ class _InteractiveviewerGalleryState extends State<InteractiveviewerGallery>
minScale: widget.minScale,
onDismissed: Get.back,
onInteractionEnd: (_) =>
_onScaleChanged(_transformationController.value.row0[0]),
_onScaleChanged(_transformationController.value.storage[0]),
child: PageView<ImageHorizontalDragGestureRecognizer>.builder(
onPageChanged: _onPageChanged,
controller: _pageController,