empty<ResolverType> static method

PaginatedSearchBarStyleStateProperty<ResolverType> empty<ResolverType>(
  1. StatelessResolver<ResolverType?> builder
)

Implementation

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