soundsOn property

ValueNotifier<bool> soundsOn
getter/setter pair

Implementation

ValueNotifier<bool> soundsOn = ValueNotifier(false);