PdfPasswordDialogStyle class
Holds the color and text styles for the password dialog in
the SfPdfViewer
.
Constructors
- 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
.const
Properties
- backgroundColor → Color?
-
The background color of password dialog in
SfPdfViewer
.final - cancelTextStyle → TextStyle?
-
The style for the Cancel button of password dialog in
SfPdfViewer
.final - closeIconColor → Color?
-
The close icon color of password dialog in
SfPdfViewer
.final - contentTextStyle → TextStyle?
-
The style for the content of password dialog in
SfPdfViewer
.final - errorBorderColor → Color?
-
The error border color for the text field of
password dialog in
SfPdfViewer
.final - errorTextStyle → TextStyle?
-
The style for the error text of password dialog in
SfPdfViewer
.final - hashCode → int
-
The hash code for this object.
no setteroverride
- headerTextStyle → TextStyle?
-
The style for the header text of password dialog in
SfPdfViewer
.final - inputFieldBorderColor → Color?
-
The border color for the text field of password dialog in
SfPdfViewer
.final - inputFieldHintTextStyle → TextStyle?
-
The style for the hint text of password dialog
text field in
SfPdfViewer
.final - inputFieldLabelTextStyle → TextStyle?
-
The style for the label text of password dialog text field
in
SfPdfViewer
.final - inputFieldTextStyle → TextStyle?
-
The style for the input text field of password dialog in
SfPdfViewer
.final - openTextStyle → TextStyle?
-
The style for the Open button text of password dialog in
SfPdfViewer
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- visibleIconColor → Color?
-
The visible icon color of password dialog in
SfPdfViewer
.final
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(
PdfPasswordDialogStyle? a, PdfPasswordDialogStyle? b, double t) → PdfPasswordDialogStyle? - Linearly interpolate between two styles.