builder property

Widget Function(BuildContext context, AsyncSnapshot<AggregateQuerySnapshot> snapshot) builder
final

A builder that is called whenever the query is updated.

Implementation

final Widget Function(
  BuildContext context,
  AsyncSnapshot<AggregateQuerySnapshot> snapshot,
) builder;