glink/style/justify_content

Types

pub type JustifyContent {
  FlexStart
  FlexEnd
  SpaceBetween
  SpaceAround
  SpaceEvenly
  Center
}

Constructors

  • FlexStart
  • FlexEnd
  • SpaceBetween
  • SpaceAround
  • SpaceEvenly
  • Center

Values

pub fn value(justify_content: JustifyContent) -> String
Search Document