child property

Widget? child
final

The widget below this widget in the tree.

The overscroll indicator will apply a stretch effect to this child. This child (and its subtree) should include a source of ScrollNotification notifications.

Implementation

final Widget? child;