mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 23:32:27 +00:00
SP-1917-FE-Increase-Zoom-In-Out-levels-of-the-canvas.
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user