done<ResolverType> static method

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

Implementation

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