menuTitle property

Widget? menuTitle
final

The widget displayed in the app bar on the menu as app title or a logo.

Typically a Text widget that contains a description of the name of the app, but it could also be small company logo that fits in an AppBar.

Implementation

final Widget? menuTitle;