withBelowBaselineFillColor method
- Color value
Replaces AreaChartSeries.belowBaselineFillColor with value.
Implementation
AreaChartSeries withBelowBaselineFillColor(Color value) =>
copyWith(belowBaselineFillColor: value);
Replaces AreaChartSeries.belowBaselineFillColor with value.
AreaChartSeries withBelowBaselineFillColor(Color value) =>
copyWith(belowBaselineFillColor: value);