onComplete property

void onComplete=(void function())

The function that is called when this Tween is completed.

Implementation

set onComplete(void Function() function) {
  _onComplete = function;
}