withFocusBorderWidth method

BarInteractionStyle withFocusBorderWidth(
  1. double value
)

Replaces BarInteractionStyle.focusBorderWidth with value.

Implementation

BarInteractionStyle withFocusBorderWidth(double value) =>
    copyWith(focusBorderWidth: value);