ensemble icon indicating copy to clipboard operation
ensemble copied to clipboard

Allow negative margin

Open vusters opened this issue 1 year ago • 0 comments

Negative margin is valid, but we currently optimize the layout and use Padding in place of Margin. This will throw an error if a negative margin is used. We should change to allow negative margin.

As part of this, write a widget test for margin.

vusters avatar Jan 31 '24 17:01 vusters