NameToggle
private struct NameToggle: View
/ SwiftUI View with a Toggle to show or hide the name on the diagram
-
App State
Declaration
Swift
var appState: AppStateModel -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub