builder property

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

Builder function that receives the BuildContext and AsyncSnapshot of the reactive value.

Implementation

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