subTitle property

Widget? subTitle
final

The (optional) subtitle of the dialog is displayed below title of the dialog.

Typically a Text widget.

Implementation

final Widget? subTitle;