Expand description
UI Node
types and related data structures.
Layouts are composed of multiple nodes, which live in a tree-like data structure.
Structs
- A tree of UI
Nodes
, suitable for UI layout
Enums
- A function that can be used to compute the intrinsic size of a node
Traits
- A function type that can be used in a
MeasureFunc
Type Aliases
- A node in a layout.