builder property

Widget Function(BuildContext, AsyncSnapshot<T>, B) builder
final

The builder callback which returns a widget, executed every time there is a change in the listened state

Implementation

final Widget Function(BuildContext, AsyncSnapshot<T>, B) builder;