Fix maxScale
This commit is contained in:
parent
14c151787a
commit
266cced637
|
@ -41,6 +41,7 @@ class ImageView extends StatelessWidget {
|
||||||
),
|
),
|
||||||
body: ZoomableWidget(
|
body: ZoomableWidget(
|
||||||
minScale: 1.0,
|
minScale: 1.0,
|
||||||
|
maxScale: 10.0,
|
||||||
panLimit: 0.0,
|
panLimit: 0.0,
|
||||||
child: ImageBubble(event, tapToView: false),
|
child: ImageBubble(event, tapToView: false),
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue