enableAnimation property

bool enableAnimation
final

Specifies the loading animation for bar pointers with animationDuration.

Defaults to true.

This snippet shows how to set load time animation in SfLinearGauge.


SfLinearGauge (
barPointers: [
LinearBarPointer(
value: 20,
enableAnimation: true,
 )])

Implementation

final bool enableAnimation;