onStop method

Tween onStop(
  1. dynamic callback
)

Implementation

Tween onStop(callback) {
  this._onStopCallback = callback;
  return this;
}