PdfFormViewer constructor
const
PdfFormViewer({})
Creates a PdfFormViewer.
Implementation
const PdfFormViewer({
required this.pdfPath,
required this.fields,
required this.formData,
required this.onFieldChanged,
this.readOnlyFields = const {},
super.key,
});