🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

decoratedSupporting

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

Content updated: