TypeaheadHandler<K, T> class abstract

Contains all the view-related concerns for integrating KeyedOption handlers into typeahead fields

Implementers

Constructors

TypeaheadHandler()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getSelection(KeyedOption<K, T>? selectedOption) String?
Gets the selected text that shows up in the
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderSelectedItemSuffix(BuildContext context, KeyedOption<K, T> selected, {required SelectOption<K, T> selectOption}) Widget?
Renders the suffix for the selected item in the form control
renderSuggestionTile(BuildContext context, KeyedOption<K, T> suggestion, {required bool isSelected, required SelectOption<K, T> selectOption, void onTap()?}) Widget
Renders the suggested tile in the list of options
toString() String
A string representation of this object.
inherited
wrapSuggestionTile(Widget tile) Widget

Operators

operator ==(Object other) bool
The equality operator.
inherited