ShapeBorderTween constructor
- ShapeBorder? begin,
- ShapeBorder? end,
Creates a ShapeBorder tween.
the begin and end properties may be null; see ShapeBorder.lerp for the null handling semantics.
Implementation
ShapeBorderTween({super.begin, super.end});