Compare commits

..

1 Commits

Author SHA1 Message Date
3859dc67d8 SP-1917-FE-Increase-Zoom-In-Out-levels-of-the-canvas. 2025-07-24 09:57:23 +03:00

View File

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