GlobalKeysBuilder<T extends State<StatefulWidget> > typedef
GlobalKeysBuilder<T extends State<StatefulWidget> > =
Widget Function(BuildContext context, Map<String, GlobalKey<T> > keys)
Implementation
typedef GlobalKeysBuilder<T extends State> = Widget Function(
BuildContext context,
Map<String, GlobalKey<T>> keys,
);