title property

Widget? title
final

The optional title widget displayed prominently at the top of the dialog.

Type: Widget?

Usage: Typically a Text widget with bold, large font. Essential for dialogs like Confirm to convey the purpose (e.g., "Delete Item?"). Supports any widget for rich titles.

Implementation

final Widget? title;