musicVolume property

ValueNotifier<int> musicVolume
getter/setter pair

Implementation

ValueNotifier<int> musicVolume = ValueNotifier(100);