MeasuredDivider
data class MeasuredDivider(val thickness: Float, val color: PdfColor, val style: LineStyle, val size: Size) : MeasuredNode
Measurement result for a com.conamobile.pdfkmp.node.DividerNode.
Carries the resolved stroke configuration so the renderer can hand it straight to com.conamobile.pdfkmp.render.PdfCanvas.drawLine or its dashed counterpart.