RecoilRoot
public struct RecoilRoot<Content> : View where Content : View
Undocumented
-
Undocumented
Declaration
Swift
public init( shakeToDebug: Bool = false, isSingleStore: Bool = true, initializeState: ((StateSetter) -> Void)? = nil, @ViewBuilder content: () -> Content)
-
The content and behavior of the view.
Declaration
Swift
public var body: some View { get }