LayoutNode

interface LayoutNode(source)

A node that places the direct children it measured.

Placement is retained for the current measured child set. A clean layout pass may skip this callback. A layout invalidation clears and recomputes this node's placements before traversal reaches currently placed descendants.

Inheritors

Functions

Link copied to clipboard
abstract fun layout(scope: LayoutScope)

Places measured direct children on the owning tree thread.