SizeTween constructor

SizeTween({Size begin, Size end })

Creates a Size tween.

The begin and end properties may be null; the null value is treated as an empty size.

Implementation

SizeTween({ Size begin, Size end }) : super(begin: begin, end: end);