title property

Widget? title
final

The (optional) title of the modal is displayed in a large font at the top of the modal, below the giffy.

Typically a Text widget.

Implementation

final Widget? title;