Centered
public struct Centered : ProxyElement
Centers a content element within itself.
The size of the content element is determined by calling measure(in:)
on
the content element – even if that size is larger than the wrapping Centered
element.