withStyle method
- CrosshairStyle value
Replaces CrosshairConfig.style with value.
Implementation
CrosshairConfig withStyle(CrosshairStyle value) => copyWith(style: value);
Replaces CrosshairConfig.style with value.
CrosshairConfig withStyle(CrosshairStyle value) => copyWith(style: value);