child property

Widget child
final

The child widget that will be placed in the stack under the overlay.

Usually this is the Navigator from WidgetsApp.builder.

Implementation

final Widget child;