child property

Widget? child
final

Optional main content widget displayed in the center area.

When provided, this widget takes precedence over title, header, and subtitle for the central content area. Useful for custom layouts.

Implementation

final Widget? child;