faob-dev / flutter_circular_text

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

Decoration support #4

Open aytunch opened 3 years ago

aytunch commented 3 years ago

I would like to have a background container along with the circular text which have rounded corners. And with a gradient bg color. For the time being it seems impossible to do.

However this is very important to use over images since image might be same color with the text so we need something behind the text.

What do you think @faob-dev ?

faob-dev commented 3 years ago

Hi, I will try to add this in free time for now you can use Stack and add you background container behind you circular text there was similar question in other issue maybe it can help https://github.com/faob-dev/flutter_circular_text/issues/1