The function that is called when an AnimationChain starts.
This happens after the specified delay.
Source
set onStart(void function()) { _onStart = function; }
The function that is called when an AnimationChain starts.
This happens after the specified delay.
set onStart(void function()) { _onStart = function; }