NavigationWrapper
struct NavigationWrapper<Content> : View where Content : View
Undocumented
-
Undocumented
Declaration
Swift
@EnvironmentObject var context: MemriContext { get }
-
Undocumented
Declaration
Swift
init(isVisible: Binding<Bool>, @ViewBuilder content: () -> Content)
-
Undocumented
Declaration
Swift
var content: Content
-
Undocumented
Declaration
Swift
var widthRatio: CGFloat
-
Undocumented
Declaration
Swift
@Binding var isVisible: Bool { get nonmutating set }
-
Undocumented
Declaration
Swift
@GestureState var offset: CGFloat { get }
-
Undocumented
Declaration
Swift
func navWidth(_ geom: GeometryProxy) -> CGFloat
-
Undocumented
Declaration
Swift
func cappedOffset(_ geom: GeometryProxy) -> CGFloat
-
Undocumented
Declaration
Swift
func fractionVisible(_ geom: GeometryProxy) -> Double
-
Declaration
Swift
var body: some View { get }
-
Undocumented
Declaration
Swift
func body(withGeom geom: GeometryProxy) -> some View
-
Undocumented
Declaration
Swift
func bodyForLargeScreen(withGeom _: GeometryProxy) -> some View
-
Undocumented
Declaration
Swift
var navigationDragGesture: some Gesture { get }