PdfScrollHeadStyle class

Holds the color and text styles for the scroll head in the SfPdfViewer.

Constructors

PdfScrollHeadStyle({Color? backgroundColor, TextStyle? pageNumberTextStyle})
Creates a PdfScrollHeadStyle that's used to configure styles for the scroll head in SfPdfViewer.
const

Properties

backgroundColor → Color?
The background color of scroll head in SfPdfViewer.
final
hashCode → int
The hash code for this object.
no setteroverride
pageNumberTextStyle → TextStyle?
The style for the page number text of scroll head 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(PdfScrollHeadStyle? a, PdfScrollHeadStyle? b, double t) → PdfScrollHeadStyle?
Linearly interpolate between two styles.