trailing property

Widget? trailing
final

An optional trailing widget.

Typically a text indicator of a count of items, like in this screenshots from the Apple Notes app: {@image }

Implementation

final Widget? trailing;