How can I give my text a background color? – Flutter
I want to give color to the text background like the picture below: while mine is still like this: And the code that I have written is like this: Text( 'Last Activity', style: TextStyle( fontSize: 16, color: ColorName.whitePrimary, ), ),