startNotifier property

ValueNotifier<int> startNotifier
final

Optional parameter for a ValueNotifier to signal a restart of the whole animation.

Defaults to a private VelueNotifier(0)

Implementation

final ValueNotifier<int> startNotifier;