MwxSheetModifier
public struct MwxSheetModifier<VM> : ViewModifier where VM : AnyViewModelA link modifier that you apply to a view or another view modifier coordinated by a sheet coordinator producing a sheet view for this view.
- 
                  
                  The sheet coordinator for this view. When you create a coordinator, Swift infers this type from the generic VMtype property.DeclarationSwift @ObservedObject public var coordinator: MwxCoordinator<VM> { get set }
- 
                  
                  Creates a sheet view for the modified view. DeclarationSwift public func body(content: Content) -> some ViewParameterscontentA closure returning the content of the view. Return ValueThe view coordinated by a sheet coordinator with a sheet view. 
 View on GitHub
            View on GitHub
           MwxSheetModifier Structure Reference
      MwxSheetModifier Structure Reference