animationType property

  1. @override
Curve animationType
final

Specifies the animation type of pointers.

Defaults to Curves.ease.


LinearGauge (
 pointers: [
Pointer(
value: 20,
enableAnimation: true,
animationType: Curves.linear
 )])

Implementation

@override
final Curve animationType;