clearHandleFillColor method
Clears ChartSelectionBrushStyle.handleFillColor to null.
Implementation
ChartSelectionBrushStyle clearHandleFillColor() =>
copyWith(clearHandleFillColor: true);
Clears ChartSelectionBrushStyle.handleFillColor to null.
ChartSelectionBrushStyle clearHandleFillColor() =>
copyWith(clearHandleFillColor: true);