ShapeBorderTween constructor

ShapeBorderTween({
  1. ShapeBorder? begin,
  2. 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});