mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-02-25 02:48:54 +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) {
|
build(BuildContext context) {
|
||||||
final content = InteractiveViewer(
|
final content = InteractiveViewer(
|
||||||
minScale: 1.0,
|
minScale: 1.0,
|
||||||
maxScale: 3.0,
|
maxScale: 3.5,
|
||||||
transformationController: _transformationController,
|
transformationController: _transformationController,
|
||||||
panEnabled: widget.canZoom && _isZoomed,
|
panEnabled: widget.canZoom && _isZoomed,
|
||||||
scaleEnabled: widget.canZoom,
|
scaleEnabled: widget.canZoom,
|
||||||
|
|
Loading…
Reference in a new issue