PaginatedSearchBarBuilderStateProperty class
Constructors
- PaginatedSearchBarBuilderStateProperty(dynamic resolve)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Static Methods
-
all(
StatelessWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - Resolves the given builder in all cases regardless of the state of the scroll view.
-
done(
StatelessWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - Resolves the given builder if the scroll view is currently in the done state.
-
empty(
StatelessWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - Resolves the given builder if the scroll view is currently in the empty state.
-
focused(
StatelessWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - Resolves the given builder if the scroll view is currently in the searching state.
-
loading(
StatelessWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - Resolves the given builder if the scroll view is currently in the searching state.
-
never(
) → PaginatedSearchBarBuilderStateProperty -
Resolves
null
as the value regardless of the state of the scroll view. -
resolveWith(
StatefulWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - The most flexible state property that allows for dynamically resolving the builder function based on the state of the scroll view.
-
searching(
StatelessWidgetResolver builder) → PaginatedSearchBarBuilderStateProperty - Resolves the given builder if the scroll view is currently in the searching state.