animationValue property

double animationValue
final

Defines how much the widget will be animated.

This value is specified either via endOpacity or endScale and must be a value between 1 (no effect) and 0 if animationType is AnimationType.fade.

Implementation

final double animationValue;