disable scale gestures
parent
45a0315606
commit
45be8346b1
|
|
@ -599,6 +599,7 @@ class _AssetViewerState extends ConsumerState<AssetViewer> {
|
|||
filterQuality: FilterQuality.high,
|
||||
maxScale: 1.0,
|
||||
basePosition: Alignment.center,
|
||||
disableScaleGestures: true,
|
||||
child: SizedBox(
|
||||
width: ctx.width,
|
||||
height: ctx.height,
|
||||
|
|
|
|||
Loading…
Reference in New Issue