Fix maxScale
This commit is contained in:
parent
8f463610bd
commit
b2037c1e7b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue