PdfAnnotator constructor
const
PdfAnnotator({})
Implementation
const PdfAnnotator({
super.key,
required this.document,
this.initialAnnotations,
this.onAnnotationsChanged,
this.showToolbar = true,
this.customToolbar,
this.backgroundColor = Colors.grey,
});