maybeOf static method
Possibly return the nearest instance.
Implementation
static SynthizerScopeState? maybeOf(final BuildContext context) =>
context.findAncestorStateOfType<SynthizerScopeState>();
Possibly return the nearest instance.
static SynthizerScopeState? maybeOf(final BuildContext context) =>
context.findAncestorStateOfType<SynthizerScopeState>();