child property

Widget child
final

Widget to show in the main content area.

Content can slide under the navigationBar when they're translucent. In that case, the child's BuildContext's MediaQuery will have a top padding indicating the area of obstructing overlap from the navigationBar.

Implementation

final Widget child;