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