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