showTicks property

bool showTicks
final

Determines whether to show ticks.

Defaults to true.

This snippet shows how to hide ticks in SfLinearGauge.


SfLinearGauge(
showTicks: false
)

Implementation

final bool showTicks;