zero
A size proposal that contains zero in both dimensions.
Declaration
static let zero: ProposedViewSizeDiscussion
Subviews of a custom layout return their minimum size when you propose this value using the dimensions(in:) method. A custom layout should also return its minimum size from the sizeThatFits(proposal:subviews:cache:) method for this value.