FastAutocompleteWillDisplayOption<O extends Object> typedef

FastAutocompleteWillDisplayOption<O extends Object> = bool Function(TextEditingValue textEditingValue, O option)

Implementation

typedef FastAutocompleteWillDisplayOption<O extends Object> = bool Function(
    TextEditingValue textEditingValue, O option);