FractionalOffsetTween constructor

FractionalOffsetTween({
  1. FractionalOffset? begin,
  2. FractionalOffset? end,
})

Creates a fractional offset tween.

The begin and end properties may be null; the null value is treated as meaning the center.

Implementation

FractionalOffsetTween({ super.begin, super.end });