ResolvedStyle

data class ResolvedStyle(val direct: <Error class: unknown class>, val text: TextContext)

The fully-resolved style for a node.

direct is the cascade result — properties not set anywhere stay null so a platform binding can skip applying them (avoiding sentinel values like "transparent" leaking in).

text holds the inherited text properties. Inherited properties are always concrete: either set explicitly somewhere up the chain, or carried from TextContext.Initial.

Constructors

Link copied to clipboard
constructor(direct: <Error class: unknown class>, text: TextContext)

Properties

Link copied to clipboard
val direct: <Error class: unknown class>
Link copied to clipboard