resolveState<ResolverType> static method
PaginatedSearchBarStyleStateProperty<ResolverType>
resolveState<ResolverType>(
- StatelessResolver<
ResolverType?> builder, - PaginatedSearchBarState state
override
Resolves the given behavior when in the provided state, otherwise null
.
Implementation
static PaginatedSearchBarStyleStateProperty<ResolverType>
resolveState<ResolverType>(
StatelessResolver<ResolverType?> builder,
PaginatedSearchBarState state,
) =>
PaginatedSearchBarStyleStateProperty<ResolverType>(
StateProperty.resolveState<PaginatedSearchBarState, ResolverType?>(
builder,
state,
),
);