Yellow underline Text in flutter Widgets?

Published: 30 August 2021
on channel: Wikituby
650
12

Yellow underline Text in flutter Widgets
fix yellow double underline beginner.
How to fix double yellow underlines in the flutter widget?
flutter, flutter ui

when building an app in flutter and some text displays with a yellow double underline, so in this flutter video, we shall see how to fix this common flutter error.
latest & easy way to fix this Flutter error (yellow double underline) 2021.

solving this issue you can either use Scaffold (generally better) or any other component that provides a material theme like a simple Material widget.
The scaffold is a helper for Material apps (AppBar, Drawer, that sort of stuff). But you're not forced to use Material.
How to remove double yellow underlines in the flutter widget?
How to remove yellow underlines in the flutter widget?