onStart property

void onStart=(void function())

The function that is called when this Tween starts.

This happens after the specified delay.

Implementation

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