animationType property
Specifies the animation type for widget marker pointers.
Defaults to LinearAnimationType.ease.
This snippet shows how to set animation type of widget marker pointers in SfLinearGauge.
SfLinearGauge (
markerPointers: [
LinearWidgetPointer(
value: 20,
enableAnimation: true,
animationType: LinearAnimationType.linear
)])
Implementation
@override
final LinearAnimationType animationType;