SearchFieldComponentData class

Carries the data that might be used in SearchFieldComponent.builder.

Constructors

SearchFieldComponentData({required BuildContext context, required TextEditingController searchTextController, required TickerProvider tickerProvider, required dynamic selectedItem})

Properties

context → BuildContext
BuildContext passed by SelectionMenu (internally by ListViewMenu).
final
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
searchTextController → TextEditingController
The controller is assigned a listener and every time there is a change, the searching process is initiated by ListViewMenu.
final
selectedItem → dynamic
final
tickerProvider → TickerProvider
Must not be null.
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.
inherited