animationType property
Specifies the animation type of pointers.
Defaults to Curves.ease.
LinearGauge (
enableGaugeAnimation: true,
animationType: Curves.linear
)
Implementation
final Curve animationType;
Specifies the animation type of pointers.
Defaults to Curves.ease.
LinearGauge (
enableGaugeAnimation: true,
animationType: Curves.linear
)
final Curve animationType;