withPressedColor method

BarInteractionStyle withPressedColor(
  1. Color value
)

Replaces BarInteractionStyle.pressedColor with value.

Implementation

BarInteractionStyle withPressedColor(Color value) =>
    copyWith(pressedColor: value);