withLineWidth method

AxisStyle withLineWidth(
  1. double value
)

Replaces AxisStyle.lineWidth with value.

Implementation

AxisStyle withLineWidth(double value) => copyWith(lineWidth: value);