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