Bdaya-Dev / circular-widgets

Display widgets in a circle.
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

Allow a fix outer children spacing + center children around arch center #4

Open baptistesx opened 2 years ago

baptistesx commented 2 years ago

It would be nice to have an option to set the spacing between each outer child fix. If not set, keep the current behaviour (divide children on the entire arch specified). Also when a fix spacing is set, an option to center children around the arch center, would be awesome. something like that:

image
ahmednfwela commented 2 years ago

so you want to customize the spacing before each item?

wouldn't adding empty widgets (e. g. SizedBox ) also work?

baptistesx commented 2 years ago

I didn't think about that, i'll try