musicOn property

ValueNotifier<bool> musicOn
getter/setter pair

Implementation

ValueNotifier<bool> musicOn = ValueNotifier(false);