defaultChild property

Widget? defaultChild
final

A widget to display while the query is loading. Defaults to a centered CircularProgressIndicator;

Implementation

final Widget? defaultChild;