Skip to main content

Module flex

Module flex 

Source
Expand description

Flex — the generic flex container used internally by Column and Row.

Structs§

Flex
A generic flex container that drives the layout of Column and Row.

Enums§

FlexDirection
The axis along which a Flex container arranges its children.

Functions§

layout_column
Core column layout algorithm shared by Flex and [Column].
layout_row
Core row layout algorithm shared by Flex and [Row].