faob-dev / flutter_circular_text

Flutter circular text widget
MIT License
104 stars 20 forks source link

Put a text in the middle of the circular widget #1

Closed yudhiApp closed 5 years ago

yudhiApp commented 5 years ago

How can you put a text widget e.g. like a number, in the middle on this circular widget and how can you change the stroke width?

faob-dev commented 5 years ago

For stroke width please see example and for adding widgets in center use Stack add circular text widget and your text widget use Align to center both widgets