of static method

NsgFocusScope? of(
  1. BuildContext context
)

Implementation

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