withCrosshairBandColor method
- Color value
Replaces InteractionTheme.crosshairBandColor with value.
Implementation
InteractionTheme withCrosshairBandColor(Color value) =>
copyWith(crosshairBandColor: value);
Replaces InteractionTheme.crosshairBandColor with value.
InteractionTheme withCrosshairBandColor(Color value) =>
copyWith(crosshairBandColor: value);