title property

Widget? title
final

The optional title for the dialog, displayed bold and large.

Type: Widget?

Usage: Descriptive header text or widgets. Central to dialogs like Command for titles.

Implementation

final Widget? title;