Description
Overlays a view with another view.
Parameters
id
: The ID of the view to overlay.alignment
: The alignment of the overlay. See SwiftUI’s Alignment
documentation for a full list of available options.Example
<myView overlay2="id:myOverlay;alignment:center"/>