fix: Switch to pdfrx pdf rendering library

This commit is contained in:
Anton Stubenbord
2024-01-07 17:46:33 +01:00
parent 27c4f7c937
commit 30f1e64cd4
13 changed files with 330 additions and 289 deletions

View File

@@ -9,13 +9,13 @@ class CorrespondentWidget extends StatelessWidget {
final TextStyle? textStyle;
const CorrespondentWidget({
Key? key,
super.key,
required this.correspondent,
this.textColor,
this.isClickable = true,
this.textStyle,
this.onSelected,
}) : super(key: key);
});
@override
Widget build(BuildContext context) {