of static method

IKeyboardData of(
  1. BuildContext context
)

Implementation

static IKeyboardData of(BuildContext context) {
  return context.dependOnInheritedWidgetOfExactType<IKeyboardData>()!;
}