withFocusColor method

BarInteractionStyle withFocusColor(
  1. Color value
)

Replaces BarInteractionStyle.focusColor with value.

Implementation

BarInteractionStyle withFocusColor(Color value) =>
    copyWith(focusColor: value);