enter image description hereThe teal colour highlighted in visual studio code on whole line in the background of code, which is annoying me and my eyes. How to remove the colour on entire line.
I tried in YouTube and googling it but couldn’t find answer. Please help me out
2
Answers
It looks like you have installed the ‘error lens’ extension in vs code, please uninstall it
this is a dart analysis warning. either you clear the error by:
const
constructor on the widget, on this case is the MaterialApp, since you don’t have any changed parameters on the widget:or,