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