title property

Widget? title
final

The (optional) title of the flashbar is displayed in a large font at the top of the flashbar.

Typically a Text widget.

Implementation

final Widget? title;