withBandWidth method

CrosshairStyle withBandWidth(
  1. double value
)

Replaces CrosshairStyle.bandWidth with value.

Implementation

CrosshairStyle withBandWidth(double value) => copyWith(bandWidth: value);