Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2024-11-28 07:02:33 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
f4f8a5ed3ee916cc22477fecaac4af69c89177dc
f4f8a5ed
1 parent
123a784f
Fix formatting
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
pdf/lib/src/pdf/obj/annotation.dart
pdf/lib/src/pdf/obj/annotation.dart
View file @
f4f8a5e
...
...
@@ -179,7 +179,8 @@ abstract class PdfAnnotBase {
this
.
subject
,
this
.
author
,
})
{
this
.
flags
=
flags
??
{
this
.
flags
=
flags
??
{
PdfAnnotFlags
.
print
,
};
}
...
...
Please
register
or
login
to post a comment