onStart property

void onStart=(VoidFunction value)

The function that is called when this Translation starts.

This happens after the specified delay.

Implementation

set onStart(VoidFunction value) {
  _onStart = value;
}