BuildLoadingItemWithGlobalKey typedef

BuildLoadingItemWithGlobalKey = Widget Function(BuildContext context, GlobalKey<State<StatefulWidget>> globalKey)

Implementation

typedef BuildLoadingItemWithGlobalKey = Widget Function(BuildContext context, GlobalKey globalKey);