Tween interpolation([num Function(List, num)? interpolationFunction]) { interpolationFunction ??= Interpolation.linear; this._interpolation = interpolationFunction; return this; }