toTween method

Tween<Offset> toTween()

Implementation

Tween<Offset> toTween() {
  return Tween<Offset>(begin: begin, end: end);
}