PdfShareAction constructor
PdfShareAction({})
Implementation
PdfShareAction({
super.key,
Widget? icon,
String? filename,
this.subject,
this.body,
this.emails,
this.onShared,
this.onShareError,
}) : icon = icon ?? const Icon(Icons.share),
filename = filename ?? 'document.pdf';