PdfScrollStatusStyle constructor

const PdfScrollStatusStyle({
  1. Color? backgroundColor,
  2. TextStyle? pageInfoTextStyle,
})

Creates a PdfScrollStatusStyle that's used to configure styles for the scroll status in SfPdfViewer.

Implementation

const PdfScrollStatusStyle({this.backgroundColor, this.pageInfoTextStyle});