speed property

ValueNotifier<double> speed
final

Implementation

final ValueNotifier<double> speed = ValueNotifier<double>(1.0);