VolumeState constructor
VolumeState({
- required int level,
Constructs a VolumeState object with the given volume level.
Implementation
VolumeState({required this.level});
Constructs a VolumeState object with the given volume level.
VolumeState({required this.level});