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

decoratedPrefix

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

Content updated: