GeometryReader
A container view that defines its content as a function of its own size and coordinate space.
Declaration
@frozen struct GeometryReader<Content> where Content : ViewOverview
This view returns a flexible preferred size to its parent layout.