suggestions property

List<String> suggestions
final

List of suggestions to display in the autocomplete popover.

When non-empty, triggers the popover to appear with selectable options. The suggestions are filtered and managed externally - this widget only handles the presentation and selection logic.

Implementation

final List<String> suggestions;