trailing property
final
A list of Widgets to display in a row after the text field.
Typically these actions can represent additional modes of searching (like voice search), an avatar, a separate high-level action (such as current location) or an overflow menu. There should not be more than two trailing actions.
Implementation
final Iterable<Widget>? trailing;