title property Null safety
final
The (optional) title of the dialog is displayed in a large font at the top of the dialog.
Typically a Text widget.
Implementation
final Widget? title;
The (optional) title of the dialog is displayed in a large font at the top of the dialog.
Typically a Text widget.
final Widget? title;