withCrosshairBandWidth method
- double value
Replaces InteractionTheme.crosshairBandWidth with value.
Implementation
InteractionTheme withCrosshairBandWidth(double value) =>
copyWith(crosshairBandWidth: value);
Replaces InteractionTheme.crosshairBandWidth with value.
InteractionTheme withCrosshairBandWidth(double value) =>
copyWith(crosshairBandWidth: value);