David PHAM-VAN

Fix analyzer warning

@@ -72,7 +72,7 @@ void main() { @@ -72,7 +72,7 @@ void main() {
72 destination: 'anchor', 72 destination: 'anchor',
73 child: Text( 73 child: Text(
74 'Internal link', 74 'Internal link',
75 - style: TextStyle( 75 + style: const TextStyle(
76 color: PdfColors.blue, 76 color: PdfColors.blue,
77 decoration: TextDecoration.underline, 77 decoration: TextDecoration.underline,
78 ), 78 ),