Skip to content

Layout

Layout primitives and helper types.

  • Rect - Bounding rectangle used by widgets
  • FlexRow / FlexColumn - Composable flex containers
  • Grid - Grid layout helper
  • Stack - Overlapping stack layout

See src/layout for implementation and examples.

Released under the MIT License.