menu
braven_charts
braven_charts_fluent.dart
BarChartSeriesFluent
clearColor method
clearColor
dark_mode
light_mode
description
clearColor
method
BarChartSeries
clearColor
(
)
Clears
BarChartSeries.color
to
null
.
Implementation
BarChartSeries clearColor() => copyWith(clearColor: true);
braven_charts
braven_charts_fluent
BarChartSeriesFluent
clearColor method
BarChartSeriesFluent extension on
BarChartSeries