animationType property
Specifies the animation type of valuebar.
Defaults to Curves.ease.
LinearGauge (
valueBar: [
ValueBar(
value: 20,
enableAnimation: true,
animationType: Curves.linear
)])
Implementation
final Curve animationType;
Specifies the animation type of valuebar.
Defaults to Curves.ease.
LinearGauge (
valueBar: [
ValueBar(
value: 20,
enableAnimation: true,
animationType: Curves.linear
)])
final Curve animationType;