suggestions property

List<T>? suggestions
final

A list of suggested items to be displayed by the widget.

This is a list of items that have been passed in early, and is required for local usage of the suggestions field. As shown in the simple structure diagram, the widget will search for input in the passed list of suggestions.

Implementation

final List<T>? suggestions;