AlignItems
public enum AlignItems
-
Default. Items are stretched to fit the container
Declaration
Swift
case stretch
-
Items are positioned at the beginning of the container
Declaration
Swift
case start
-
Items are positioned at the center of the container
Declaration
Swift
case center
-
Items are positioned at the end of the container
Declaration
Swift
case end
-
Items are positioned at the baseline of the container
Declaration
Swift
case baseline