SynthizerScope constructor
const
SynthizerScope({})
Create an instance.
Implementation
const SynthizerScope({
required this.child,
this.bufferCacheMaxSize = gigabyte,
this.synthizerFilename,
super.key,
});
Create an instance.
const SynthizerScope({
required this.child,
this.bufferCacheMaxSize = gigabyte,
this.synthizerFilename,
super.key,
});