FractionalOffsetTween constructor

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