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