Describe the bug
An error below ocured when I ran my app
../../../.pub-cache/hosted/pub.dev/flutter_cached_pdfview-0.4.3/lib/src/pdf_view_wrapper.dart:41:7: Error: No named parameter with the name 'backgroundColor'.
backgroundColor: pdf.backgroundColor,
^^^^^^^^^^^^^^^
../../../.pub-cache/hosted/pub.dev/flutter_pdfview-1.3.2/lib/flutter_pdfview.dart:19:9: Context: Found this candidate, but the arguments don't match.
const PDFView({
^^^^^^^
Target kernel_snapshot failed: Exception
FAILURE: Build failed with an exception.
To Reproduce
Steps to reproduce the behaviour:
_lib/feature/common/ui/widget/pdf_viewer.dart:41_
Describe the bug An error below ocured when I ran my app
To Reproduce Steps to reproduce the behaviour: _
lib/feature/common/ui/widget/pdf_viewer.dart:41
_Expected behaviour compile done successfully.