scale property

Animation<double> scale
final

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

final Animation<double> scale;