withPressedOpacity method

BarInteractionStyle withPressedOpacity(
  1. double value
)

Replaces BarInteractionStyle.pressedOpacity with value.

Implementation

BarInteractionStyle withPressedOpacity(double value) =>
    copyWith(pressedOpacity: value);