glink/style/justify_content
Types
pub type JustifyContent {
FlexStart
FlexEnd
SpaceBetween
SpaceAround
SpaceEvenly
Center
}
Constructors
-
FlexStart
-
FlexEnd
-
SpaceBetween
-
SpaceAround
-
SpaceEvenly
-
Center