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