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