subtitle property

Widget? subtitle
final

Additional content displayed below the title. Can provide extra information needed for the user to make a choice.

Typically a Text widget.

Implementation

final Widget? subtitle;