RandomSound constructor
const
RandomSound({})
Create an instance.
Implementation
const RandomSound({
required this.sound,
required this.minCoordinates,
required this.maxCoordinates,
required this.minInterval,
required this.maxInterval,
this.minGain = 0.75,
this.maxGain = 0.75,
});