withPressedOpacity method
- double value
Replaces BarInteractionStyle.pressedOpacity with value.
Implementation
BarInteractionStyle withPressedOpacity(double value) =>
copyWith(pressedOpacity: value);
Replaces BarInteractionStyle.pressedOpacity with value.
BarInteractionStyle withPressedOpacity(double value) =>
copyWith(pressedOpacity: value);