withGap method

ScatterBinConfig withGap(
  1. double value
)

Replaces ScatterBinConfig.gap with value.

Implementation

ScatterBinConfig withGap(double value) => copyWith(gap: value);