delay method

Tween delay([
  1. int amount = 0
])

Implementation

Tween delay([int amount = 0]) {
  this._delayTime = amount;
  return this;
}