Home > Net >  How to add text on box decoration in flutter
How to add text on box decoration in flutter

Time:02-22

I have a box decoration on which I need to add a text as shown in below image. "Hello, username"

I did multiple attempts using Stack and Positioned, however somehow my image gets disappear. Not sure what I am doing wrong. Please advise.

Now: enter image description here

  • Related