underlined method

TextStyle underlined({
  1. Color? color,
})

Implementation

TextStyle underlined({Color? color}) => style(Weight.regular, 24, 0, color ?? defaultColor, underlined: true);