trailing property

Widget? trailing
final

An optional widget that will be placed after child.

Typically an IconButton used to create a ZdsPopupMenu to display more options.

Implementation

final Widget? trailing;