clearColor method

ChartSelectionBrushGridStyle clearColor()

Clears ChartSelectionBrushGridStyle.color to null.

Implementation

ChartSelectionBrushGridStyle clearColor() => copyWith(clearColor: true);