UnderflowDistribution
public enum UnderflowDistribution
Determines the on-axis layout when there is extra free space available.
-
Additional space will be evenly divided into the spacing between items.
Declaration
Swift
case spaceEvenly
-
Additional space will be divided proportionally by the measured size of each child.
Declaration
Swift
case growProportionally
-
Additional space will be distributed uniformly between children.
Declaration
Swift
case growUniformly
-
Additional space will appear after all children.
Declaration
Swift
case justifyToStart
-
Additional space will be distributed on either side of all children.
Declaration
Swift
case justifyToCenter
-
Additional space will be appear before all children.
Declaration
Swift
case justifyToEnd