void onComplete=(void function())

The function that is called when this Tween is completed.

Source

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