title property

String? title
final

Optional title string displayed as a Text widget in the dialog's header. If null, no title is shown.

Implementation

final String? title;