speedNotifer property

ValueNotifier<double> speedNotifer
final

Notfies when speed is changed

Implementation

final ValueNotifier<double> speedNotifer = ValueNotifier(1);