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