trailing property

Iterable<Widget>? trailing
final

Additional widgets to display after the search icon.

Commonly used for clear button or other action buttons.

Implementation

final Iterable<Widget>? trailing;