---
title: "LayoutStyleScope"
description: "An interface that introduces the layout properties to a Style receiver scope."
type: "interface"
lastmod: "2026-05-20T01:13:53.370040Z"
---
## API Reference

> Source set: Common

```kotlin
@ExperimentalFoundationStyleApi
interface LayoutStyleScope :
    ContentPaddingScope, ExternalPaddingScope, SizeScope, PositionScope, MinSizeScope, MaxSizeScope
```

An interface that introduces the layout properties to a [Style](/jetpack-compose/androidx.compose.foundation/foundation/interfaces/Style) receiver scope.
