clearSelectionColor method
Clears ScatterInteractionStyle.selectionColor to null.
Implementation
ScatterInteractionStyle clearSelectionColor() =>
copyWith(clearSelectionColor: true);
Clears ScatterInteractionStyle.selectionColor to null.
ScatterInteractionStyle clearSelectionColor() =>
copyWith(clearSelectionColor: true);