child property

Widget child
final

The widget below this widget in the tree.

The refresh indicator will be stacked on top of this child. The indicator will appear when child's Scrollable descendant is over-scrolled.

Typically a ListView or CustomScrollView.

Implementation

final Widget child;