PdfSearchMatch constructor
Creates an immutable PdfSearchMatch.
Implementation
const PdfSearchMatch({
required this.pageIndex,
required this.charIndex,
required this.charCount,
required this.rects,
});
Creates an immutable PdfSearchMatch.
const PdfSearchMatch({
required this.pageIndex,
required this.charIndex,
required this.charCount,
required this.rects,
});