Screenshot of the code and it's result:
Hi, I have StatelessWidget which has Container returning in its build method and the Text widget as a child widget. But it's look and feel is not as expected. Why is the yellow underline and how can I remove it?
I tried replacing the Container with Stack, Column and Row nothing change.

Because of you havent wrap your
Textwidget with a material widget. You can wrap with aScaffoldor withMaterialwidget with color property as you want.Example:
or: