of static method

Implementation

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