Closed MauroDiamantino closed 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?
labels
List<String>
List<Text>
@MauroDiamantino labels should be centered by default as shown in the examples.
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 fromList<String>
toList<Text>
, it would be possible to center the labels. What do you think?