tickOffset property

double tickOffset
final

Specifies the offset value of ticks to custom-position them.

Defaults to 0.

This snippet shows how to set offset for ticks.


SfLinearGauge(
tickOffset: 5
)

Implementation

final double tickOffset;