underlined method Null safety

TextStyle underlined()

Implementation

static TextStyle underlined(){
  return const TextStyle(fontSize: 23);
}