just a quick question. I couldn't find the default value of Swift's .padding()
modifier.
ModelSelectorItem(variant: variant)
.padding()
I know that I can just omit the value and swift is providing the default value on its own.
Q: What is the default value of the .padding()
modifier in SwiftUI?