SP-1917-FE-Increase-Zoom-In-Out-levels-of-the-canvas.

This commit is contained in:
Faris Armoush
2025-07-24 09:57:23 +03:00
parent f1aab13263
commit 3859dc67d8

View File

@ -508,8 +508,8 @@ class _CommunityStructureCanvasState extends State<CommunityStructureCanvas>
horizontal: context.screenWidth * 0.3, horizontal: context.screenWidth * 0.3,
vertical: context.screenHeight * 0.3, vertical: context.screenHeight * 0.3,
), ),
minScale: 0.5, minScale: 0.3,
maxScale: 3.0, maxScale: 4.5,
constrained: false, constrained: false,
child: SizedBox( child: SizedBox(
width: context.screenWidth * 5, width: context.screenWidth * 5,