title property

Widget? title
final

The primary widget displayed in the app bar, just you normal AppBar title.

Goes into the title of the AppBar, that is not directly accessible as a property when using the ResponsiveScaffold.

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

Implementation

final Widget? title;