PdfPaginationDialogStyle class
Holds the color and text styles for the pagination dialog in
the SfPdfViewer
.
Constructors
- PdfPaginationDialogStyle({Color? backgroundColor, TextStyle? headerTextStyle, TextStyle? inputFieldTextStyle, TextStyle? hintTextStyle, TextStyle? pageInfoTextStyle, TextStyle? validationTextStyle, TextStyle? okTextStyle, TextStyle? cancelTextStyle})
-
Creates a PdfPaginationDialogStyle that's used to configure styles for
the pagination dialog in
SfPdfViewer
.const
Properties
- backgroundColor → Color?
-
The background color of pagination dialog in
SfPdfViewer
.final - cancelTextStyle → TextStyle?
-
The style for the Cancel button of pagination dialog in
SfPdfViewer
.final - hashCode → int
-
The hash code for this object.
no setteroverride
- headerTextStyle → TextStyle?
-
The style for the header text of pagination dialog in
SfPdfViewer
.final - hintTextStyle → TextStyle?
-
The style for the hint text of pagination dialog text field
in
SfPdfViewer
.final - inputFieldTextStyle → TextStyle?
-
The style for the input text field of pagination dialog in
SfPdfViewer
.final - okTextStyle → TextStyle?
-
The style for the Ok button text of pagination dialog in
SfPdfViewer
.final - pageInfoTextStyle → TextStyle?
-
The style for the page information text of pagination dialog
in
SfPdfViewer
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- validationTextStyle → TextStyle?
-
The style for the validation text of pagination 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(
PdfPaginationDialogStyle? a, PdfPaginationDialogStyle? b, double t) → PdfPaginationDialogStyle? - Linearly interpolate between two styles.