title property

Widget? title
final

The primary widget displayed in the app bar.

Becomes the middle component of the NavigationToolbar built by this widget.

Typically a Text widget that contains a description of the current contents of the app.

This property is used to configure an AppBar.

Implementation

final Widget? title;