withLabelStyle method
- TextStyle value
Replaces AxisStyle.labelStyle with value.
Implementation
AxisStyle withLabelStyle(TextStyle value) => copyWith(labelStyle: value);
Replaces AxisStyle.labelStyle with value.
AxisStyle withLabelStyle(TextStyle value) => copyWith(labelStyle: value);