AsyncComponentBuilder<T> typedef

AsyncComponentBuilder<T> = Iterable<Component> Function(BuildContext context, AsyncSnapshot<T> snapshot)

Signature for strategies that build components based on asynchronous interaction.

See also:

Implementation

typedef AsyncComponentBuilder<T> = Iterable<Component> Function(BuildContext context, AsyncSnapshot<T> snapshot);