of static method
- BuildContext context
Finds and returns closest instance of ZetaRoundedScope.
Implementation
static ZetaRoundedScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ZetaRoundedScope>();
}
Finds and returns closest instance of ZetaRoundedScope.
static ZetaRoundedScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<ZetaRoundedScope>();
}