pub type FlexAlign = BoxAlign;Expand description
A value for the legacy (prefixed) flex-align property.
Aliased Type§
pub enum FlexAlign {
Start,
End,
Center,
Baseline,
Stretch,
}pub type FlexAlign = BoxAlign;A value for the legacy (prefixed) flex-align property.
pub enum FlexAlign {
Start,
End,
Center,
Baseline,
Stretch,
}