withAboveBaselineFillColor method

AreaChartSeries withAboveBaselineFillColor(
  1. Color value
)

Replaces AreaChartSeries.aboveBaselineFillColor with value.

Implementation

AreaChartSeries withAboveBaselineFillColor(Color value) =>
    copyWith(aboveBaselineFillColor: value);