Problem with RoundedRectangle(cornerRadius: 10.0) Error: Type(EdgeInsets) -> some View cannot conform to View #272
Answered
by
aabewhite
davidakoontz
asked this question in
Q&A
-
I'm trying to place a rectangle on the screen around some existing Buttons... Getting Error: Type '(EdgeInsets) -> some View' cannot conform to 'View' Which I'm assuming is comeing from a Skip library... Can you help me with this... I think I'm writing similar code to your examples: https://skip.tools/docs/components/shape/
|
Beta Was this translation helpful? Give feedback.
Answered by
aabewhite
Oct 26, 2024
Replies: 1 comment 1 reply
-
padding() is a function |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidakoontz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
padding() is a function