title property

Widget? title
final

Optional title widget for the dialog header.

Type: Widget?. Displayed prominently with large, semi-bold text styling. Should contain the primary message or question for the user.

Implementation

final Widget? title;