Skip to content

Instantly share code, notes, and snippets.

@SarahAlsharif
Created February 1, 2022 10:40
Show Gist options
  • Save SarahAlsharif/0d98d3d7bde489b0dec1ef2d572e7b1d to your computer and use it in GitHub Desktop.
Save SarahAlsharif/0d98d3d7bde489b0dec1ef2d572e7b1d to your computer and use it in GitHub Desktop.
struct ContentView: View {
var body: some View {
ZStack {
Color(Colors.mainColor)
CustomToggle(width: 170, height: 60, toggleWidthOffset: 20, cornerRadius: 30, padding: 10)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment