FR: Flexbox gap

I think it would be nice for JUCE’s flexbox to have ‘gap’ properties like in CSS.

Unless I’m missing something, the current workaround is to set a margin on the FlexItems, which is not exactly the same thing and one might want to use both gap and margin at the same time.

Create your own GapComponent to serve as the parent container?