underline method

Widget underline()

Implementation

Widget underline() {
  return style(const TextStyle(decoration: TextDecoration.underline));
}