withLineColor method
- Color value
Replaces AxisStyle.lineColor with value.
Implementation
AxisStyle withLineColor(Color value) => copyWith(lineColor: value);
Replaces AxisStyle.lineColor with value.
AxisStyle withLineColor(Color value) => copyWith(lineColor: value);