all<ResolverType> static method

PaginatedSearchBarStyleStateProperty<ResolverType> all<ResolverType>(
  1. StatelessResolver<ResolverType?> builder
)
override

Resolves the given behavior independent of the current state of the system.

Implementation

static PaginatedSearchBarStyleStateProperty<ResolverType> all<ResolverType>(
  StatelessResolver<ResolverType?> builder,
) =>
    PaginatedSearchBarStyleStateProperty<ResolverType>(
      StateProperty.all<PaginatedSearchBarState, ResolverType?>(builder),
    );