PdfBookmarkViewStyle constructor
const
PdfBookmarkViewStyle({})
Creates a PdfBookmarkViewStyle that's used to configure styles for the
bookmark view in SfPdfViewer
.
Implementation
const PdfBookmarkViewStyle(
{this.backgroundColor,
this.headerBarColor,
this.closeIconColor,
this.backIconColor,
this.navigationIconColor,
this.selectionColor,
this.titleSeparatorColor,
this.titleTextStyle,
this.headerTextStyle});