of static method

Implementation

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