title property

Widget? title
final

This is the first content widget, i.e. it is displayed above description.

It is intended for this to contain a Text widget, however, you can pass any Widget. The overlay uses a DefaultTextStyle for the title, which is a combination of TextTheme.headline6 from Theme and the textColor.

Implementation

final Widget? title;