withHoverColor method

BarInteractionStyle withHoverColor(
  1. Color value
)

Replaces BarInteractionStyle.hoverColor with value.

Implementation

BarInteractionStyle withHoverColor(Color value) =>
    copyWith(hoverColor: value);