trailing property

Widget? trailing
final

Trailing show a content at the right of this widget.

If null, a chevron_down icon is displayed.

Usually an Icon widget

Implementation

final Widget? trailing;