ensemble
ensemble copied to clipboard
Allow negative margin
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.