TypeaheadOptionsAndHandler<K, T> class abstract

Implemented types

Constructors

TypeaheadOptionsAndHandler()
const

Properties

focusMode TypeaheadFocusMode
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
noOptionsLabel String
no setterinherited
placeholder String?
Gets the placeholder text, given a selected option
no setterinherited
prefixIcon → dynamic
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showExpand bool
no setterinherited
valueType OptionValueType
no setterinherited

Methods

getSelection(KeyedOption<K, T>? selectedOption) String?
Gets the selected text that shows up in the
inherited
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
inherited
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
inherited
toString() String
A string representation of this object.
inherited
wrapSuggestionTile(Widget tile) Widget
inherited

Operators

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