auto_size_text
auto_size_text copied to clipboard
Adding customizable background color to the text
Hello, I would like to add a new customizable background to the auto_size_text widget. The background should be customizable in following ways.
- It should get a padding between the background border and the text
- It should get a border radius for the background edges.
Currently there is no flutter solution for it. Therefore I started writing a plugin, which does support this feature and extends not the normal text but your auto_size_text. Currently the new feature is under development. Following is the repo name: https://github.com/Letalus/auto_size_text_background
Do you think we can merge this package once its stable enough?
Here is an image from what I mean

@Letalus have you created PR? I was looking for this feature but wasn't sure how i could use it.