itemFromString property

ItemFromString<T?>? itemFromString
final

Called before onChanged when the input loses focus and a suggestion was not selected, for example if the user typed in an entire suggestion value without tapping on it. The default implementation simply returns null.

Implementation

final ItemFromString<T?>? itemFromString;