SynthizerSoundChannel constructor

const SynthizerSoundChannel({
  1. required SynthizerSoundBackend backend,
  2. required Source source,
})

Create an instance.

Implementation

const SynthizerSoundChannel({
  required this.backend,
  required this.source,
});