How to add Wavy Underline to Text in Flutter

Text underlines are used to show the significance of a particular word or sentence. A wavy underline is apt for showing errors such as grammar mistakes. Let’s learn how to add wavy text underlining in Flutter. The TextDecoration class helps to draw underlines whereas TextDecorationStyle helps to make that underline wavy. See the following code…