PdfPaginationDialogStyle constructor

const PdfPaginationDialogStyle({
  1. Color? backgroundColor,
  2. TextStyle? headerTextStyle,
  3. TextStyle? inputFieldTextStyle,
  4. TextStyle? hintTextStyle,
  5. TextStyle? pageInfoTextStyle,
  6. TextStyle? validationTextStyle,
  7. TextStyle? okTextStyle,
  8. TextStyle? cancelTextStyle,
})

Creates a PdfPaginationDialogStyle that's used to configure styles for the pagination dialog in SfPdfViewer.

Implementation

const PdfPaginationDialogStyle({
  this.backgroundColor,
  this.headerTextStyle,
  this.inputFieldTextStyle,
  this.hintTextStyle,
  this.pageInfoTextStyle,
  this.validationTextStyle,
  this.okTextStyle,
  this.cancelTextStyle,
});