BorderTween constructor Null safety
Creates a Border tween.
The begin and end properties may be null; the null value is treated as having no border.
Implementation
BorderTween({ super.begin, super.end });
Creates a Border tween.
The begin and end properties may be null; the null value is treated as having no border.
BorderTween({ super.begin, super.end });