viewTrailing property

Iterable<Widget>? viewTrailing
final

An optional widget list to display after the text input field when the search view is open.

Typically the viewTrailing widget list only has one or two widgets.

Defaults to an icon button which clears the text in the input field.

Implementation

final Iterable<Widget>? viewTrailing;