FullScreenSafeArea
struct FullScreenSafeArea : ViewModifier
A ViewModifier to set the safe area in full screen (macOS)
-
The AppDelegate model
Declaration
Swift
@Environment private var appDelegate: AppDelegate { get } -
The modifier
Declaration
Swift
func body(content: Content) -> some View
View on GitHub
FullScreenSafeArea Structure Reference