If you get this problem in you main page, do not forget to wrap with scaffold. But if you are getting those underlines in your alert dialog or in a pop up page (where you can't wrap with scaffold), just add decoration to your text widget.
decoration: TextDecoration.none,