child property

Widget child
final

The widget to place below this in the widget tree.

Typically this is a Navigator that will handle the pop when onPop is called.

Implementation

final Widget child;