withBandColor method

CrosshairStyle withBandColor(
  1. Color value
)

Replaces CrosshairStyle.bandColor with value.

Implementation

CrosshairStyle withBandColor(Color value) => copyWith(bandColor: value);