PaginatedSearchBarStyleStateProperty<ResolverType> class
Constructors
-
PaginatedSearchBarStyleStateProperty(StateProperty<
PaginatedSearchBarState, ResolverType?> _stateProperty)
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
-
resolve(
Set< PaginatedSearchBarState> states) → ResolverType? -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
all<
ResolverType> (StatelessResolver< ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType> -
Resolves the given behavior independent of the current state of the system.
override
-
done<
ResolverType> (StatelessResolver< ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType> -
empty<
ResolverType> (StatelessResolver< ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType> -
focused<
ResolverType> (StatelessResolver< ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType> -
loading<
ResolverType> (StatelessResolver< ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType> -
never(
) → PaginatedSearchBarStyleStateProperty< Null> -
Resolves
null
as the behavior independent of the current state of the system.override -
resolveState<
ResolverType> (StatelessResolver< ResolverType?> builder, PaginatedSearchBarState state) → PaginatedSearchBarStyleStateProperty<ResolverType> -
Resolves the given behavior when in the provided state, otherwise
null
.override -
resolveWith<
ResolverType> (StatefulResolver< PaginatedSearchBarState, ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType> -
The most flexible
StateProperty
that allows for dynamically resolving behavior based on the provided set of states.override -
searching<
ResolverType> (StatelessResolver< ResolverType?> builder) → PaginatedSearchBarStyleStateProperty<ResolverType>