SilentSoundChannel constructor
SilentSoundChannel({
- required double gain,
- SoundPosition position = unpanned,
Create an instance.
Implementation
SilentSoundChannel({
required this.gain,
this.position = unpanned,
});