of static method
- BuildContext context
Look up the nearest BackdropGroup, or null
if there is not one.
Implementation
static BackdropGroup? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<BackdropGroup>();
}
Look up the nearest BackdropGroup, or null
if there is not one.
static BackdropGroup? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<BackdropGroup>();
}