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