Fix maxScale

This commit is contained in:
Christian Pauly 2020-05-16 09:13:37 +02:00
parent 8f463610bd
commit b2037c1e7b

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),
),