trailing property

Widget? trailing
final

A widget displayed at the end of the CupertinoListTile. This is usually a right chevron icon (e.g. CupertinoListTileChevron), or an Icon.

Implementation

final Widget? trailing;