additionalInfo property

Widget? additionalInfo
final

Similar to subtitle, an additionalInfo is used to display additional information. However, instead of being displayed below title, it is displayed on the right, before trailing. Usually a Text widget.

Implementation

final Widget? additionalInfo;