The animation that controls the (clipped) size of the child. If the current value of sizeFactor is v then the width or height of the widget will be its intrinsic width or height multiplied by v.
Source
Animation<double> get sizeFactor => animation;