focused<ResolverType> static method

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

Implementation

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