child property

Widget child
final

The widget below this widget in the tree.

The scrollbar will be stacked on top of this child. This child (and its subtree) should include a source of ScrollNotification notifications.

Typically a ListView or CustomScrollView.

Implementation

final Widget child