OverflowDistribution
public enum OverflowDistribution
Determines the on-axis layout when there is not enough space to fit all children as measured.
-
Each child will shrink proportionally to its measured size.
Declaration
Swift
case condenseProportionally
-
Each child will shrink by the same amount.
Declaration
Swift
case condenseUniformly