clearSelectionColor method

ScatterInteractionStyle clearSelectionColor()

Clears ScatterInteractionStyle.selectionColor to null.

Implementation

ScatterInteractionStyle clearSelectionColor() =>
    copyWith(clearSelectionColor: true);