AsyncWidgetBuilder<T> typedef
AsyncWidgetBuilder<T> =
Widget Function(BuildContext context, AsyncSnapshot<T> snapshot)
Signature for strategies that build widgets based on asynchronous interaction.
Implementation
typedef AsyncWidgetBuilder<T> = Widget Function(
BuildContext context, AsyncSnapshot<T> snapshot);