yoyo method

Tween yoyo([
  1. bool yoyo = false
])

Implementation

Tween yoyo([bool yoyo = false]) {
  this._yoyo = yoyo;
  return this;
}