AsyncWidgetBuilder<T> typedef Null safety

AsyncWidgetBuilder<T> = Widget Function(BuildContext context, AsyncSnapshot<T> snapshot)

Signature for strategies that build widgets based on asynchronous interaction.

See also:

Implementation

typedef AsyncWidgetBuilder<T> = Widget Function(BuildContext context, AsyncSnapshot<T> snapshot);