clearHoverColor method

BarInteractionStyle clearHoverColor()

Clears BarInteractionStyle.hoverColor to null.

Implementation

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