child property

Widget? child
final

The main content widget for the page.

This widget will be displayed below the navbar (if present) and will fill the remaining space.

Implementation

final Widget? child;