scale property Null safety
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 as Animation<double>;