withFocusGap method

BarInteractionStyle withFocusGap(
  1. double value
)

Replaces BarInteractionStyle.focusGap with value.

Implementation

BarInteractionStyle withFocusGap(double value) => copyWith(focusGap: value);