trailing property

Widget? trailing
final

The trailing widget of the list item

This can be any widget, but it is recommended to use an Icon.

Implementation

final Widget? trailing;