clearSelectionColor method

BarInteractionStyle clearSelectionColor()

Clears BarInteractionStyle.selectionColor to null.

Implementation

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