withPressedColor method
- Color value
Replaces BarInteractionStyle.pressedColor with value.
Implementation
BarInteractionStyle withPressedColor(Color value) =>
copyWith(pressedColor: value);
Replaces BarInteractionStyle.pressedColor with value.
BarInteractionStyle withPressedColor(Color value) =>
copyWith(pressedColor: value);