content property Null safety
final
The (optional) content of the dialog is displayed in the center of the dialog in a lighter font.
Typically a Text widget.
Implementation
final Widget? content;
The (optional) content of the dialog is displayed in the center of the dialog in a lighter font.
Typically a Text widget.
final Widget? content;