trailing property

Widget? trailing
final

The trailing widget used by this item. If the current display mode is compact, this is not disaplayed

Usually an Icon widget

Implementation

final Widget? trailing;