subtitle property

Widget? subtitle
final

Additional content displayed below the title.

Typically a Text widget.

If isThreeLine is false, this should not wrap.

If isThreeLine is true, this should be configured to take a maximum of two lines.

Implementation

final Widget? subtitle;