DocViewerToolbar constructor
DocViewerToolbar({})
Implementation
DocViewerToolbar({
required this.controller,
this.title,
this.showSearch = true,
this.showZoom = true,
this.showPageNav = true,
this.showToc = true,
this.showReadingMode = true,
this.dartStyle,
this.className,
});