content property

Widget? content
final

The main content body of the dialog, such as text, forms, or lists.

Type: Widget?

Usage: Core area for information or inputs. In Date dialogs, this holds date pickers; in Command, it displays command previews. Styled with small, muted text if simple Text.

Implementation

final Widget? content;