subtitle property Null safety
final
A subtitle is used to display additional information. It is located below title. Usually a Text widget.
Implementation
final Widget? subtitle;
A subtitle is used to display additional information. It is located below title. Usually a Text widget.
final Widget? subtitle;