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

> Source set: Common

```kotlin
val decoratedSupporting: @Composable (() -> Unit)? =
        supportingText?.let {
            @Composable {
                Decoration(contentColor = supportingTextColor, textStyle = bodySmall, content = it)
            }
        }
```
