InfoSheetView
struct InfoSheetView<Content> : View where Content : View
A view that presents a sheet with a title and a close button. This view is intended to be used as a modal sheet.
-
Undocumented
Declaration
Swift
init(title: String, onClose: @escaping () -> Void, @ViewBuilder content: @escaping () -> Content)