animationFactor property
double
get
animationFactor
Implementation
double get animationFactor => _animationFactor;
set
animationFactor
(double value)
Implementation
set animationFactor(double value) {
if (_animationFactor != value) {
_oldAnimationFactor = _animationFactor;
_animationFactor = value;
}
}