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

TextAnnotatedStringNode.TextSubstitutionValue

Source set: Common
data class TextSubstitutionValue(
        val original: AnnotatedString,
        var substitution: AnnotatedString,
        var isShowingSubstitution: Boolean = false,
        var layoutCache: MultiParagraphLayoutCache? = null,
        // TODO(b/283944749): add animation
    )