Frezyx/group_button

PROPOSAL: Provide a GroupButtonOptions as an immutable class for configuration purpose

wer-mathurin opened this issue · 3 comments

@Frezyx

Adding an object like:
GroupButtonOptions(TextAlign, Padding, etc...)

This will make easier to add option(s) in the future and make the source code more readable.
So we pass one object throw the classes hierarchy instead of duplicating variable across classes, this will make the maintenance of the library more easy.

Hello @wer-mathurin !
That is cool thing.

This functionality is open for development

i think this issue is fixed #68

Hello @wer-mathurin !
I implement it in #66