mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 11:41:09 +08:00
@@ -579,17 +579,15 @@ abstract final class PageUtils {
|
||||
vsync: state,
|
||||
duration: Duration.zero,
|
||||
reverseDuration: Duration.zero,
|
||||
)..forward();
|
||||
);
|
||||
state.showBottomSheet(
|
||||
constraints: const BoxConstraints(),
|
||||
(context) {
|
||||
return InteractiveviewerGallery(
|
||||
sources: imgList,
|
||||
initIndex: index,
|
||||
quality: GlobalData().imgQuality,
|
||||
onClose: animController.dispose,
|
||||
);
|
||||
},
|
||||
(context) => InteractiveviewerGallery(
|
||||
sources: imgList,
|
||||
initIndex: index,
|
||||
quality: GlobalData().imgQuality,
|
||||
onClose: animController.dispose,
|
||||
),
|
||||
enableDrag: false,
|
||||
elevation: 0.0,
|
||||
backgroundColor: Colors.transparent,
|
||||
|
||||
Reference in New Issue
Block a user