withCrosshairBandWidth method

InteractionTheme withCrosshairBandWidth(
  1. double value
)

Replaces InteractionTheme.crosshairBandWidth with value.

Implementation

InteractionTheme withCrosshairBandWidth(double value) =>
    copyWith(crosshairBandWidth: value);