menu
flutter_graph_view package
documentation
core/options.dart
Options
scale property
scale property
dark_mode
light_mode
scale
property
ValueNotifier
<
double
>
scale
getter/setter pair
@en: Real time zoom factor of canvas.
@zh: 画布的实时缩放倍数
Implementation
ValueNotifier<double> scale = ValueNotifier(1);
flutter_graph_view package
documentation
core/options
Options
scale property
Options class