SizeTween constructor
Creates a Size tween.
The begin
and end
properties may be null; the null value
is treated as an empty size.
Implementation
SizeTween({super.begin, super.end});
Creates a Size tween.
The begin
and end
properties may be null; the null value
is treated as an empty size.
SizeTween({super.begin, super.end});