enum CSS::JustifyContent
Defined in:
css/justify_content.crEnum Members
-
FlexStart =
0
-
FlexEnd =
1
-
Center =
2
-
SpaceBetween =
3
-
SpaceAround =
4
-
SpaceEvenly =
5
Instance Method Summary
- #center?
- #flex_end?
- #flex_start?
- #space_around?
- #space_between?
- #space_evenly?
-
#to_s(io : IO)
Appends a
String
representation of this enum member to the given io.