CenterTween constructor

const CenterTween(
  1. Offset begin,
  2. Offset end,
  3. double shift
)

Implementation

const CenterTween(this.begin, this.end, this.shift)
    : translation = begin - end;