.resizable() inside a struct

Why can't i use .resizable() inside my struct? thank you

.resizable is for Image only, and Content can be something else. Either extend this on Image, or put resizable after the Image in question.

1 Like

thank you