title property
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;
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.
final Widget? title;