PdfReaderToolbar constructor
const
PdfReaderToolbar({})
Implementation
const PdfReaderToolbar({
super.key,
required this.actions,
this.color,
this.showSearch = true,
this.showNotes = true,
this.showHighlights = true,
this.showBookmarks = true,
this.showJumpToPage = true,
this.showAppearance = true,
this.showReadingSettings = true,
});