clearHandleFillColor method

ChartSelectionBrushStyle clearHandleFillColor()

Clears ChartSelectionBrushStyle.handleFillColor to null.

Implementation

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