of static method
Implementation
static NsgFocusScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<NsgFocusScope>();
}
static NsgFocusScope? of(BuildContext context) {
return context.dependOnInheritedWidgetOfExactType<NsgFocusScope>();
}