onPrintError property

(void Function(BuildContext context, dynamic error)?) onPrintError
final

Called if an error creating the Pdf occurred

Implementation

final void Function(BuildContext context, dynamic error)? onPrintError;