autoSuggestBoxReplacement property

Widget? autoSuggestBoxReplacement
final

Used when the current display mode is PaneDisplayMode.compact as a replacement to autoSuggestBox. It's only displayed if autoSuggestBox is non-null.

It's usually an Icon with FluentIcons.search as the icon.

Implementation

final Widget? autoSuggestBoxReplacement;