clearFillColor method

ChartSelectionBrushStyle clearFillColor()

Clears ChartSelectionBrushStyle.fillColor to null.

Implementation

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