PdfPaginationDialogStyle constructor
const
PdfPaginationDialogStyle({})
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});