trailing property

Widget? trailing
final

Pinned to the row's trailing edge — today only RelationListScreen's per-row edit/delete affordances (P9). Null everywhere else, and the card's layout is untouched in that case.

Implementation

final Widget? trailing;