---
title: "StyleResolverScope"
description: "The type of the scope of [StyleResolver.resolve] that allows the `block` to read the fully resolved values from a style."
type: "interface"
lastmod: "2026-09-24"
---
## API Reference

> Source set: Common

```kotlin
public interface StyleResolverScope :
    StylePropertyAccessorScope, CompositionLocalAccessorScope, Density
```

The type of the scope of `StyleResolver.resolve` that allows the `block` to read the fully
resolved values from a style.
