BorderTween constructor

BorderTween({
  1. Border? begin,
  2. Border? end,
})

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 });