withLineWidth method
- double value
Replaces CrosshairStyle.lineWidth with value.
Implementation
CrosshairStyle withLineWidth(double value) => copyWith(lineWidth: value);
Replaces CrosshairStyle.lineWidth with value.
CrosshairStyle withLineWidth(double value) => copyWith(lineWidth: value);