Overrides AlignItems for individual flex items. Mirrors CSS align-self.
AlignItems
align-self
Defers to the container's AlignItems value. Mirrors CSS align-self: auto.
align-self: auto
Item is aligned to the start of the cross axis. Mirrors CSS align-self: flex-start.
align-self: flex-start
Item is aligned to the end of the cross axis. Mirrors CSS align-self: flex-end.
align-self: flex-end
Item is centered on the cross axis. Mirrors CSS align-self: center.
align-self: center
Item is aligned to its text baseline. Mirrors CSS align-self: baseline.
align-self: baseline
Item is stretched to fill the cross axis of its line. Mirrors CSS align-self: stretch.
align-self: stretch
Returns a representation of an immutable list of all enum entries, in the order they're declared.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.