resolveWith<ResolverType> static method
PaginatedSearchBarStyleStateProperty<ResolverType>
resolveWith<ResolverType>(
- StatefulResolver<
PaginatedSearchBarState, ResolverType?> builder
override
The most flexible StateProperty
that allows for dynamically resolving behavior based on the provided set of states.
Implementation
static PaginatedSearchBarStyleStateProperty<ResolverType> resolveWith<
ResolverType>(
StatefulResolver<PaginatedSearchBarState, ResolverType?> builder) =>
PaginatedSearchBarStyleStateProperty<ResolverType>(
StateProperty.resolveWith<PaginatedSearchBarState, ResolverType?>(
builder),
);