NGPdfEditScreen constructor
const
NGPdfEditScreen({})
Creates a new instance of NGPdfEditScreen.
Implementation
const NGPdfEditScreen({
super.key,
required this.pdfFile,
required this.draw,
required this.text,
required this.highlight,
required this.underline,
required this.image,
required this.page,
});