PlacedChild

data class PlacedChild(val node: MeasuredNode, val offsetX: Float, val offsetY: Float)

A child node positioned within a MeasuredColumn or MeasuredRow.

Both axes carry a relative offset; the renderer adds the column/row's own top-left when it places the child onto a page.

Constructors

Link copied to clipboard
constructor(node: MeasuredNode, offsetX: Float, offsetY: Float)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard