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