menu
save_points_chart package
documentation
widgets/chart_legend_scope.dart
ChartVisibilityController
hide method
hide method
dark_mode
light_mode
hide
method
void
hide
(
Color
color
)
Implementation
void hide(Color color) { if (_hidden.add(color)) notifyListeners(); }
save_points_chart package
documentation
widgets/chart_legend_scope
ChartVisibilityController
hide method
ChartVisibilityController class