SearchFieldAutoCompleteItem<T> class

Constructors

SearchFieldAutoCompleteItem({Widget? child, T? value, required String searchKey})
const

Properties

child Widget?
The widget to display in the search results overlay. If not specified, a Text widget with the default styling will appear instead.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchKey String
The string to search for.
final
value → T?
The value of the search item. This can be any type of object.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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