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

> Source set: Common

```kotlin
val decoratedTrailing: @Composable (() -> Unit)? =
        trailingIcon?.let {
            @Composable { Decoration(contentColor = trailingIconColor, content = it) }
        }
```
