clearHoverColor method
Clears BarInteractionStyle.hoverColor to null.
Implementation
BarInteractionStyle clearHoverColor() => copyWith(clearHoverColor: true);
Clears BarInteractionStyle.hoverColor to null.
BarInteractionStyle clearHoverColor() => copyWith(clearHoverColor: true);