Borderwidth property on Box

I often use a Box (container) to keep input fields together (especially for the mobile version). I use a border of 1 px, so at design time I see I used a box and do not accidentally drag an element outside its box.
But at run-time, I would like to get rid if this border. Could you please add a “borderwidth” property to the Container, so we can set that in code?

1 Like