void onStart=(void function())

The function that is called when this Translation starts.

This happens after the specified delay.

Source

set onStart(void function()) { _onStart = function; }