child property
final
The widget to place below this in the widget tree.
Typically this is a Navigator that will handle the pop when onPopWithResult is called.
Implementation
final Widget child;
The widget to place below this in the widget tree.
Typically this is a Navigator that will handle the pop when onPopWithResult is called.
final Widget child;