childLoading property

Widget? childLoading
final

Customizable child widgets to display based on the different states.

Implementation

final Widget? child, childErro, childLoading, childEmpty, childWaiting;