title property

Widget? title
final

The appBar's main text. Typically a Text widget, it is usually used to show the page's name.

Implementation

final Widget? title;