SearchingIndicatorComponent class
Defines a Searching Indicator Widget builder. A Searching Indicator is any Widget that will be shown when the search in progress has to be shown.
Example
SearchingIndicatorComponent(
builder: (SearchingIndicatorComponentData data)
{
return CircularProgressIndicator();
}
);
See ComponentsConfiguration for more details.
See Also:
Constructors
Properties
- builder ↔ SearchingIndicatorBuilder?
-
A builder method to create the Searching Indicator Widget.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
build(
SearchingIndicatorComponentData data) → Widget - The method uses the SearchingIndicatorComponent.builder method to actually build the Widget.
-
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