Set min scale for zoom

This commit is contained in:
Vishnu Mohandas
2020-04-18 02:14:13 +05:30
parent ad3ea98c14
commit 284bfe60b7

View File

@@ -79,6 +79,7 @@ class _DetailPageState extends State<DetailPage> {
return PhotoView(
imageProvider: image.image,
scaleStateChangedCallback: scaleStateChangedCallback,
minScale: PhotoViewComputedScale.contained,
);
}
}