SizeTween constructor

SizeTween(
  1. {Size? begin,
  2. 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({ super.begin, super.end });