subtitle property

Widget? subtitle
final

A subtitle is used to display additional information. It is located below title. Usually a Text widget.

Implementation

final Widget? subtitle;