glink/style/align_self

Types

pub type AlignSelf {
  FlexStart
  Center
  FlexEnd
  Auto
}

Constructors

  • FlexStart
  • Center
  • FlexEnd
  • Auto

Values

pub fn value(align_self: AlignSelf) -> String
Search Document