SilentSound constructor
SilentSound({})
Create an instance.
Implementation
SilentSound({
required this.channel,
this.gain = 0.7,
this.looping = false,
this.pitchBend = 1.0,
this.position = 0.0,
this.keepAlive = false,
});