MeasuredColumn
data class MeasuredColumn(val children: List<PlacedChild>, val size: Size, val decoration: ContainerDecoration = ContainerDecoration.None) : MeasuredNode
Measurement result for a com.conamobile.pdfkmp.node.ColumnNode.
Children are stored as PlacedChilds with (offsetX, offsetY) pre- computed relative to the column's top-left corner so the renderer does not have to redo arrangement math.
Constructors
Link copied to clipboard
constructor(children: List<PlacedChild>, size: Size, decoration: ContainerDecoration = ContainerDecoration.None)