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