flutter_circular_chart
flutter_circular_chart copied to clipboard
Make it possible to center label inside the Chart when using multiline label
Basically if you use \n and create a new line it will not be centered instead if will be aligned to the left like the default text. Would be really great if it would be possible to center the label
Yes that would be a great feature. @daehruoydeef Have you found a workaround for this?
@kaarens93 no not yet, a really dirty workaround would be to add whitespace before the first line but this is not a great workaround by any means. I will probably fork the library and add some more customization options.
@daehruoydeef is there any workaround to style the texts differently, I'm currently using \n to create and separate the texts.