MeasuredKeepTogether

data class MeasuredKeepTogether(val child: MeasuredNode, val size: Size) : MeasuredNode

Measurement result for a com.conamobile.pdfkmp.node.KeepTogetherNode — forwards the child's size; the renderer refuses to slice it.

Constructors

Link copied to clipboard
constructor(child: MeasuredNode, size: Size)

Properties

Link copied to clipboard
Link copied to clipboard
open override val size: Size

Final size of the node within its parent.