menu
flutter_graph_view package
documentation
widgets/graph_component.dart
GraphComponent
handleScaleEnd method
handleScaleEnd method
dark_mode
light_mode
handleScaleEnd
method
void
handleScaleEnd
(
ScaleEndDetails
details
)
inherited
Implementation
void handleScaleEnd(ScaleEndDetails details) { onScaleEnd(ScaleEndInfo.fromDetails(details)); }
flutter_graph_view package
documentation
widgets/graph_component
GraphComponent
handleScaleEnd method
GraphComponent class