child property

Widget child
final

The widget directly below this widget in the tree.

This is not necessarily the widget that dispatched the notification.

Implementation

final Widget child;