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
2022-03-10 07:36:06 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
6e455e0c629b6a5c0368cbee73611b8762625a9b
6e455e0c
1 parent
763687f9
Fix doc typo
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
printing/lib/src/preview/actions.dart
printing/lib/src/preview/actions.dart
View file @
6e455e0
...
...
@@ -104,7 +104,7 @@ class PdfPrintAction extends StatelessWidget {
/// Called if the user prints the pdf document
final
VoidCallback
?
onPrinted
;
/// Called if an error creating the Pdf occured
/// Called if an error creating the Pdf occur
r
ed
final
void
Function
(
dynamic
error
)?
onPrintError
;
@override
...
...
@@ -189,7 +189,7 @@ class PdfShareAction extends StatelessWidget with PdfPreviewActionBounds {
/// Called if the user prints the pdf document
final
VoidCallback
?
onShared
;
/// Called if an error creating the Pdf occured
/// Called if an error creating the Pdf occur
r
ed
final
void
Function
(
dynamic
error
)?
onShareError
;
@override
...
...
Please
register
or
login
to post a comment