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