loading<ResolverType> static method
PaginatedSearchBarStyleStateProperty<ResolverType>
loading<ResolverType>(
- StatelessResolver<
ResolverType?> builder
Implementation
static PaginatedSearchBarStyleStateProperty<ResolverType>
loading<ResolverType>(
StatelessResolver<ResolverType?> builder,
) =>
PaginatedSearchBarStyleStateProperty<ResolverType>(
StateProperty.resolveState<PaginatedSearchBarState, ResolverType?>(
builder,
PaginatedSearchBarState.loading,
),
);