PdfTocEntry constructor
Creates an immutable PdfTocEntry.
Implementation
const PdfTocEntry({
required this.title,
this.pageIndex,
this.uri,
this.scrollPosition,
this.children = const [],
});
Creates an immutable PdfTocEntry.
const PdfTocEntry({
required this.title,
this.pageIndex,
this.uri,
this.scrollPosition,
this.children = const [],
});