mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-24 18:38:48 +01:00
Can now zoom more
This commit is contained in:
parent
42d6851bf5
commit
b92147215d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class _ImageViewerState extends State<ImageViewer>
|
|||
build(BuildContext context) {
|
||||
final content = InteractiveViewer(
|
||||
minScale: 1.0,
|
||||
maxScale: 3.0,
|
||||
maxScale: 3.5,
|
||||
transformationController: _transformationController,
|
||||
panEnabled: widget.canZoom && _isZoomed,
|
||||
scaleEnabled: widget.canZoom,
|
||||
|
|
Loading…
Reference in a new issue