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