PdfPasswordDialogStyle constructor
      const
      PdfPasswordDialogStyle({ 
    
- Color? backgroundColor,
- TextStyle? headerTextStyle,
- TextStyle? contentTextStyle,
- TextStyle? inputFieldTextStyle,
- TextStyle? inputFieldHintTextStyle,
- TextStyle? inputFieldLabelTextStyle,
- TextStyle? errorTextStyle,
- TextStyle? openTextStyle,
- TextStyle? cancelTextStyle,
- Color? closeIconColor,
- Color? visibleIconColor,
- Color? inputFieldBorderColor,
- 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,
});