PramodJoshi / toggle_switch

A simple toggle switch widget for Flutter.
https://pub.dev/packages/toggle_switch
MIT License
113 stars 64 forks source link

Is there a way to center labels? #47

Closed MauroDiamantino closed 2 years ago

MauroDiamantino commented 2 years ago

Hi, I would like to center labels in a toogle_switch widget, but I haven't found a parameter to do that. Is there a way to do what I want?

Maybe if parameter labels type is changed from List<String> to List<Text>, it would be possible to center the labels. What do you think?

PramodJoshi commented 2 years ago

@MauroDiamantino labels should be centered by default as shown in the examples.