emptyChild property

Widget? emptyChild
final

A widget to display if the query returns empty. Defaults to a Container();

Implementation

final Widget? emptyChild;