withFocusGap method

ScatterInteractionStyle withFocusGap(
  1. double value
)

Replaces ScatterInteractionStyle.focusGap with value.

Implementation

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