BorderRadiusTween constructor
- BorderRadius? begin,
- BorderRadius? end,
Creates a BorderRadius tween.
The begin
and end
properties may be null; the null value
is treated as a right angle (no radius).
Implementation
BorderRadiusTween({ super.begin, super.end });