VolumeState constructor

VolumeState({
  1. required int level,
})

Constructs a VolumeState object with the given volume level.

Implementation

VolumeState({required this.level});