Fix maxScale

This commit is contained in:
Christian Pauly 2020-05-16 09:13:37 +02:00
parent 14c151787a
commit 266cced637
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ class ImageView extends StatelessWidget {
),
body: ZoomableWidget(
minScale: 1.0,
maxScale: 10.0,
panLimit: 0.0,
child: ImageBubble(event, tapToView: false),
),