clearHandleBorderColor method
Clears ChartSelectionBrushStyle.handleBorderColor to null.
Implementation
ChartSelectionBrushStyle clearHandleBorderColor() =>
copyWith(clearHandleBorderColor: true);
Clears ChartSelectionBrushStyle.handleBorderColor to null.
ChartSelectionBrushStyle clearHandleBorderColor() =>
copyWith(clearHandleBorderColor: true);