withLineColor method

AxisStyle withLineColor(
  1. Color value
)

Replaces AxisStyle.lineColor with value.

Implementation

AxisStyle withLineColor(Color value) => copyWith(lineColor: value);