withHoverOpacity method

BarInteractionStyle withHoverOpacity(
  1. double value
)

Replaces BarInteractionStyle.hoverOpacity with value.

Implementation

BarInteractionStyle withHoverOpacity(double value) =>
    copyWith(hoverOpacity: value);