PdfBookmarkViewStyle class
Holds the color and text styles for the bookmark view in the SfPdfViewer
.
Constructors
- PdfBookmarkViewStyle({Color? backgroundColor, Color? headerBarColor, Color? closeIconColor, Color? backIconColor, Color? selectionColor, Color? titleSeparatorColor, TextStyle? titleTextStyle, TextStyle? headerTextStyle})
-
Creates a PdfBookmarkViewStyle that's used to configure styles for the
bookmark view in
SfPdfViewer
.const
Properties
- backgroundColor → Color?
-
The background color of bookmark view in
SfPdfViewer
.final - backIconColor → Color?
-
The back icon color of bookmark view in
SfPdfViewer
.final - closeIconColor → Color?
-
The close icon color of bookmark view in
SfPdfViewer
.final - hashCode → int
-
The hash code for this object.
no setteroverride
- headerBarColor → Color?
-
The header bar color of bookmark view in
SfPdfViewer
.final - headerTextStyle → TextStyle?
-
The style for the header text of bookmark in
SfPdfViewer
.final -
The navigation icon color of bookmark view in
SfPdfViewer
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectionColor → Color?
-
The selection color of bookmark item in
SfPdfViewer
.final - titleSeparatorColor → Color?
-
The separator color of bookmark item title in
SfPdfViewer
.final - titleTextStyle → TextStyle?
-
The style for the title text of bookmark items 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(
PdfBookmarkViewStyle? a, PdfBookmarkViewStyle? b, double t) → PdfBookmarkViewStyle? - Linearly interpolate between two styles.