Hi, I am new to iced, is there any way to move a widget to a specific position? preferably without having to recreate (re-code the widget) it or using canvas? thanks!
No, that’s the beauty of it: on each invocation of view
you just recreate the widget in the position you want, regardless of it being the same position as the last time or not.