void onStart=(void function())

The function that is called when an AnimationChain starts.

This happens after the specified delay.

Source

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