withInterpolateValues method

CrosshairConfig withInterpolateValues(
  1. bool value
)

Replaces CrosshairConfig.interpolateValues with value.

Implementation

CrosshairConfig withInterpolateValues(bool value) =>
    copyWith(interpolateValues: value);