PdfHyperlinkDialogStyle class
Holds the color and text styles for the hyperlink dialog in
the SfPdfViewer
.
Constructors
- PdfHyperlinkDialogStyle({Color? backgroundColor, TextStyle? headerTextStyle, TextStyle? contentTextStyle, TextStyle? openTextStyle, TextStyle? cancelTextStyle, Color? closeIconColor})
-
Creates a PdfHyperlinkDialogStyle that's used to configure styles for
the hyperlink dialog in
SfPdfViewer
.const
Properties
- backgroundColor → Color?
-
The background color of hyperlink dialog in
SfPdfViewer
.final - cancelTextStyle → TextStyle?
-
The style for the Cancel button of hyperlink dialog in
SfPdfViewer
.final - closeIconColor → Color?
-
The close icon color of hyperlink dialog in
SfPdfViewer
.final - contentTextStyle → TextStyle?
-
The style for the content text of hyperlink dialog
in
SfPdfViewer
.final - hashCode → int
-
The hash code for this object.
no setteroverride
- headerTextStyle → TextStyle?
-
The style for the header text of hyperlink dialog in
SfPdfViewer
.final - openTextStyle → TextStyle?
-
The style for the Open button text of hyperlink dialog in
SfPdfViewer
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Static Methods
-
lerp(
PdfHyperlinkDialogStyle? a, PdfHyperlinkDialogStyle? b, double t) → PdfHyperlinkDialogStyle? - Linearly interpolate between two styles.