<div class='type'>Function</div>


<a id='references'></a>


<h2 id="style-style1-style2">Style</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalFoundationStyleApi
fun Style(style1: Style, style2: Style): Style
```


Combine multiple Style objects together. Styles whose argument positions are further "to the
right" will override styles to the left of them, on a per-property basis.





<hr class="docs-overload-divider">


<h2 id="style-style1-style2-style3">Style</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalFoundationStyleApi
fun Style(style1: Style, style2: Style, style3: Style): Style
```


Combine multiple Style objects together. Styles whose argument positions are further "to the
right" will override styles to the left of them, on a per-property basis.





<hr class="docs-overload-divider">


<h2 id="style-styles">Style</h2>

<div class='sourceset sourceset-common'>Common</div>


```kotlin
@ExperimentalFoundationStyleApi
fun Style(vararg styles: Style): Style
```


Combine multiple Style objects together. Styles whose argument positions are further "to the
right" will override styles to the left of them, on a per-property basis.