PdfHyperlinkDialogStyle constructor

const PdfHyperlinkDialogStyle({
  1. Color? backgroundColor,
  2. TextStyle? headerTextStyle,
  3. TextStyle? contentTextStyle,
  4. TextStyle? openTextStyle,
  5. TextStyle? cancelTextStyle,
  6. Color? closeIconColor,
})

Creates a PdfHyperlinkDialogStyle that's used to configure styles for the hyperlink dialog in SfPdfViewer.

Implementation

const PdfHyperlinkDialogStyle(
    {this.backgroundColor,
    this.headerTextStyle,
    this.contentTextStyle,
    this.openTextStyle,
    this.cancelTextStyle,
    this.closeIconColor});