clearFillColor method

RadarSeriesStyle clearFillColor()

Clears RadarSeriesStyle.fillColor to null.

Implementation

RadarSeriesStyle clearFillColor() => copyWith(clearFillColor: true);