enableAnimation property
Specifies the loading animation for widget marker pointers with animationDuration.
Defaults to true.
This snippet shows how to set load time animation for widget marker pointers in ///SfLinearGauge.
SfLinearGauge (
markerPointers: [
LinearWidgetPointer(
value: 20,
enableAnimation: true,
)])
Implementation
@override
final bool enableAnimation;