Home > Blockchain >  How to create custom background for text and emoji in flutter?
How to create custom background for text and emoji in flutter?

Time:07-27

I'm looking to create text with a background like this

enter image description here

I have referred to enter image description here

As you can see, the background behind the emoji is larger. Is there a way to create a custom background to treat both the emoji and text similarly?

Any suggestion is appreciated! :)

Below is my code snippet:

Text(
  "I'm happiest            
  • Related