David PHAM-VAN

Add missing const

@@ -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 )),