builder property
The widget builder that takes the current QueryState as input.
Implementation
final Widget Function(BuildContext context, QueryState<T> state) builder;
The widget builder that takes the current QueryState as input.
final Widget Function(BuildContext context, QueryState<T> state) builder;