WidgetKeyboardBuilder<T> typedef
WidgetKeyboardBuilder<T> =
Widget Function(BuildContext context, T value, bool? hasFocus)
Signature for a function that creates a widget for a given value
Implementation
typedef WidgetKeyboardBuilder<T> = Widget Function(
BuildContext context, T value, bool? hasFocus);