animateRange property

bool animateRange
final

Specifies the animation for range.

Defaults to false.

This snippet shows how to set load time animation.


SfLinearGauge(
animateRange: true
)

Implementation

final bool animateRange;