withFocusBorderWidth method
- double value
Replaces BarInteractionStyle.focusBorderWidth with value.
Implementation
BarInteractionStyle withFocusBorderWidth(double value) =>
copyWith(focusBorderWidth: value);
Replaces BarInteractionStyle.focusBorderWidth with value.
BarInteractionStyle withFocusBorderWidth(double value) =>
copyWith(focusBorderWidth: value);