popover(arrowEdge:)
Return a configuration that will present a SwiftUI popover.
Declaration
static func popover(arrowEdge: Edge?) -> PresentationComponent.ConfigurationParameters
- arrowEdge:
The edges that the popover’s arrow are allowed to be positioned. The default is
nil, which results in the system allowing any arrow edge.