withBandColor method
- Color value
Replaces CrosshairStyle.bandColor with value.
Implementation
CrosshairStyle withBandColor(Color value) => copyWith(bandColor: value);
Replaces CrosshairStyle.bandColor with value.
CrosshairStyle withBandColor(Color value) => copyWith(bandColor: value);