title property
Optional title widget for the alert header.
Type: Widget?. Usually contains the main alert message or heading.
Positioned after the leading widget in the layout flow.
Implementation
final Widget? title;
Optional title widget for the alert header.
Type: Widget?. Usually contains the main alert message or heading.
Positioned after the leading widget in the layout flow.
final Widget? title;