axisLabelStyle property
Specifies the label style of axis.
This snippet shows how to set label styles for axis.
SfLinearGauge(
axisLabelStyle: TextStyle(
fontStyle: FontStyle.italic,
fontWeight: FontWeight.bold,
fontSize: 12.0,
color: Colors.blueGrey),
)
Implementation
final TextStyle? axisLabelStyle;