scale property

Animation<double> scale

The animation that controls the scale of the child.

If the current value of the scale animation is v, the child will be painted v times its normal size.

Implementation

Animation<double> get scale => listenable;