Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -181,7 +181,7 @@ class UrlText extends pw.StatelessWidget { | @@ -181,7 +181,7 @@ class UrlText extends pw.StatelessWidget { | ||
| 181 | return pw.UrlLink( | 181 | return pw.UrlLink( |
| 182 | destination: url, | 182 | destination: url, |
| 183 | child: pw.Text(text, | 183 | child: pw.Text(text, |
| 184 | - style: pw.TextStyle( | 184 | + style: const pw.TextStyle( |
| 185 | decoration: pw.TextDecoration.underline, | 185 | decoration: pw.TextDecoration.underline, |
| 186 | color: PdfColors.blue, | 186 | color: PdfColors.blue, |
| 187 | )), | 187 | )), |
-
Please register or login to post a comment