GraphView: Allow scaling out far more

This way we can see allmost the entire graph.
This commit is contained in:
Vishesh Handa
2020-09-26 06:17:44 +02:00
parent b34395f754
commit a422b09fce

View File

@ -126,6 +126,7 @@ class _GraphViewState extends State<GraphView> {
child: view,
panEnabled: true,
constrained: false,
minScale: 0.1,
);
}
}