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

decoratedSuffix

Source set: Common
val decoratedSuffix: @Composable (() -> Unit)? =
        if (suffix != null && showAffix) {
            @Composable {
                Decoration(contentColor = suffixColor, textStyle = bodyLarge, content = suffix)
            }
        } else null

Content updated: