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