startFromCurrentValues method

Tween startFromCurrentValues([
  1. int? time
])

Implementation

Tween startFromCurrentValues([int? time]) {
  return this.start(time, true);
}