subtitle property

Widget? subtitle
final

The widget that will be shown below the title. Typically a Text widget, it is usually used to display secondary information about the current page.

Implementation

final Widget? subtitle;