add static method

void add(
  1. Do tween
)

Implementation

static void add(Do tween) {
  _tweens.add(tween);
}