thickness property
Specifies the thickness value of an axis track.
Defaults to 5.0.
This snippet shows how to set the thickness for an axis track.
SfLinearGauge(
axisLineStyle: LinearAxisLineStyle(
thickness: 20 )
)
Implementation
final double thickness;