buildAsyncBuilder property

AsyncWidgetBuilder<Widget> buildAsyncBuilder
final

The callback to handle async build snapshot.

By default, a CircularProgressIndicator will be shown until the widget tree is ready. This default builder doesn't do any error handling (it will just ignore any errors).

Implementation

final AsyncWidgetBuilder buildAsyncBuilder