PdfScrollHeadStyle constructor

const PdfScrollHeadStyle({
  1. Color? backgroundColor,
  2. TextStyle? pageNumberTextStyle,
})

Creates a PdfScrollHeadStyle that's used to configure styles for the scroll head in SfPdfViewer.

Implementation

const PdfScrollHeadStyle({this.backgroundColor, this.pageNumberTextStyle});