Source set: Common
data class TextSubstitutionValue(
val original: String,
var substitution: String,
var isShowingSubstitution: Boolean = false,
var layoutCache: ParagraphLayoutCache? = null,
)Compose Multiplatform
Ship iOS, desktop, and web apps with Compose
RevenueCat
Add subscriptions to your apps in minutes
data class TextSubstitutionValue(
val original: String,
var substitution: String,
var isShowingSubstitution: Boolean = false,
var layoutCache: ParagraphLayoutCache? = null,
)Last updated: