body property

Widget? body
final

The primary content of the scaffold.

Typically a Widget that represents the main content of the screen.

Implementation

final Widget? body;