flex library
This library contains the BoxyFlex, BoxyColumn and BoxyRow widgets.
These layouts are useful for when you need the cross-axis size of one child in a Row or Column to influence the cross-axis size of others.
Classes
- BoxyColumn
- A widget that displays its children in a vertical array.
- BoxyFlex
- A widget that displays its children in a one-dimensional array.
- BoxyFlexible
- A widget that controls how a child of a BoxyRow, BoxyColumn, or BoxyFlex flexes.
- BoxyFlexParentData
- Parent data for use with RenderBoxyFlex.
- BoxyRow
- A widget that displays its children in a horizontal array.
- Dominant
- A widget that causes its own cross axis size to determine the cross axis size of every other child in a BoxyRow, BoxyColumn, or BoxyFlex.
- RenderBoxyFlex
- Displays its children in a one-dimensional array.
Enums
- BoxyFlexIntrinsicsBehavior
- The strategy of determining the cross-axis size of a BoxyFlex when intrinsics are required.