title property

Widget? title
final

The primary widget displayed in the appbar.

Typically a Text widget containing a description of the current contents of the app.

Implementation

final Widget? title;