flutter_circular_text icon indicating copy to clipboard operation
flutter_circular_text copied to clipboard

Decoration support

Open aytunch opened this issue 4 years ago • 1 comments

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 ?

aytunch avatar May 31 '21 10:05 aytunch

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

faob-dev avatar Jun 02 '21 09:06 faob-dev