borderWidth property

double borderWidth
final

Specifies the border width of an axis track.

Defaults to 0.

This snippet shows how to set border width for an axis track.


SfLinearGauge(
axisLineStyle: LinearAxisLineStyle(
borderWidth: 2 )
)

Implementation

final double borderWidth;