trailing property
final
A widget to display after the title.
Typically an Icon widget.
To show right-aligned metadata (assuming left-to-right reading order; left-aligned for right-to-left reading order), consider using a Row with CrossAxisAlignment.baseline alignment whose first item is Expanded and whose second child is the metadata text, instead of using the trailing property.
Implementation
final Widget? trailing;