phoneSpeed property

ValueNotifier<double?> phoneSpeed
getter/setter pair

Implementation

ValueNotifier<double?> phoneSpeed = ValueNotifier(null);