Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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 | ), |
-
Please register or login to post a comment