PdfPasswordDialogStyle constructor

const PdfPasswordDialogStyle({
  1. Color? backgroundColor,
  2. TextStyle? headerTextStyle,
  3. TextStyle? contentTextStyle,
  4. TextStyle? inputFieldTextStyle,
  5. TextStyle? inputFieldHintTextStyle,
  6. TextStyle? inputFieldLabelTextStyle,
  7. TextStyle? errorTextStyle,
  8. TextStyle? openTextStyle,
  9. TextStyle? cancelTextStyle,
  10. Color? closeIconColor,
  11. Color? visibleIconColor,
  12. Color? inputFieldBorderColor,
  13. Color? errorBorderColor,
})

Creates a PdfPasswordDialogStyle that's used to configure styles for the password dialog in SfPdfViewer.

Implementation

const PdfPasswordDialogStyle({
  this.backgroundColor,
  this.headerTextStyle,
  this.contentTextStyle,
  this.inputFieldTextStyle,
  this.inputFieldHintTextStyle,
  this.inputFieldLabelTextStyle,
  this.errorTextStyle,
  this.openTextStyle,
  this.cancelTextStyle,
  this.closeIconColor,
  this.visibleIconColor,
  this.inputFieldBorderColor,
  this.errorBorderColor,
});