animationDuration property
Specifies the load time animation duration. Duration is defined in milliseconds.
Defaults to 1000.
This snippet shows how to set loading animation duration forSfLinearGauge.
SfLinearGauge(
animationDuration: 7000
)
Implementation
final int animationDuration;