4#ifndef FTXUI_DOM_FLEXBOX_CONFIG_HPP
5#define FTXUI_DOM_FLEXBOX_CONFIG_HPP
AlignContent align_content
@ FlexStart
items are placed at the start of the cross axis.
@ Row
Flex items are laid out in a row.
@ Wrap
Flex items will wrap onto multiple lines.
@ FlexStart
items are placed at the start of the cross axis.
FlexboxConfig & SetGap(int gap_x, int gap_y)
Set the flexbox flex direction.
JustifyContent justify_content
@ FlexStart
Items are aligned to the start of flexbox's direction.
FlexboxConfig & Set(FlexboxConfig::Direction)
Set the flexbox direction.