child property

Widget child
final

The widget to display when loading is complete.

This widget will be analyzed to create an appropriate skeleton representation when isLoading is true.

Implementation

final Widget child;