Styles
API
counterweight.styles.Style
counterweight.styles.Flex
position
class-attribute
instance-attribute
align_self
class-attribute
instance-attribute
align_self: Literal[
"none", "start", "center", "end", "stretch"
] = "none"
justify_children
class-attribute
instance-attribute
justify_children: Literal[
"start",
"center",
"end",
"space-between",
"space-around",
"space-evenly",
] = "start"
align_children
class-attribute
instance-attribute
align_children: Literal[
"start", "center", "end", "stretch"
] = "start"