title property

Widget? title
final

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;