of static method
Implementation
static KeyboardConfigInheritedWidget? of(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<KeyboardConfigInheritedWidget>();
static KeyboardConfigInheritedWidget? of(BuildContext context) => context
.dependOnInheritedWidgetOfExactType<KeyboardConfigInheritedWidget>();