content property

Widget? content
final

Main content widget displayed in the window body.

This is the primary content area below the title bar. Can be any widget, such as forms, lists, or custom layouts.

Implementation

final Widget? content;