withLabelStyle method

AxisStyle withLabelStyle(
  1. TextStyle value
)

Replaces AxisStyle.labelStyle with value.

Implementation

AxisStyle withLabelStyle(TextStyle value) => copyWith(labelStyle: value);