ShapeBorderTween constructor

ShapeBorderTween({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({ShapeBorder begin, ShapeBorder end}): super(begin: begin, end: end);