---
title: "decoratedLeading"
type: "property"
lastmod: "2026-08-27"
---
## API Reference

> Source set: Common

```kotlin
val decoratedLeading: @Composable (() -> Unit)? =
        leadingIcon?.let {
            @Composable { Decoration(contentColor = leadingIconColor, content = it) }
        }
```
