gap
gap copied to clipboard
Proposal: Add `flex` parameter to `MaxGap`
It would be very useful to add a flex parameter to MaxGap. Sometimes it's necessary to combine several MaxGaps in one Column/Row. In this case they will be sharing flex 1 to 1. But sometimes you need to change that. Now it's only possible to do this, if you combine MaxGap with Spacer/Expanded/Flexible, which have built-in flex parameter.
Created PR for this #18