withCrosshairBandColor method

InteractionTheme withCrosshairBandColor(
  1. Color value
)

Replaces InteractionTheme.crosshairBandColor with value.

Implementation

InteractionTheme withCrosshairBandColor(Color value) =>
    copyWith(crosshairBandColor: value);