builder property
Builder function that receives the BuildContext and AsyncSnapshot of the reactive value.
Implementation
final Widget Function(BuildContext, AsyncSnapshot<T>) builder;
Builder function that receives the BuildContext and AsyncSnapshot of the reactive value.
final Widget Function(BuildContext, AsyncSnapshot<T>) builder;