initialValue property

SearchFieldListItem<T>? initialValue
final

The initial value to be selected for SearchField. The value must be present in suggestions.

When not specified, hint is shown instead of initialValue.

Implementation

final SearchFieldListItem<T>? initialValue;