trailing property

Widget? trailing
final

A widget that is displayed at the start of the row.

The trailing parameter is displayed centered at the end of the row. It is meant to be for example an info button or an indicator for the next level in a hierarchy to the very left in the row.

Implementation

final Widget? trailing;