animateRange property
Specifies the animation for range.
Defaults to false.
This snippet shows how to set load time animation.
SfLinearGauge(
animateRange: true
)
Implementation
final bool animateRange;
Specifies the animation for range.
Defaults to false.
This snippet shows how to set load time animation.
SfLinearGauge(
animateRange: true
)
final bool animateRange;