SearchingIndicatorComponentData class

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

Constructors

SearchingIndicatorComponentData({required BuildContext context, required dynamic isSearching, 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
isSearching → dynamic
Must not be null.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
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