PdfLinkHandlerParams class

Parameters to customize link handling/appearance.

Constructors

PdfLinkHandlerParams.new({required void onLinkTap(PdfLink link), Color? linkColor, PdfLinkCustomPagePainter? customPainter})
const

Properties

customPainter PdfLinkCustomPagePainter?
Custom link painter for the page.
final
hashCode int
The hash code for this object.
no setteroverride
linkColor Color?
Color for the link. If null, the default color is Colors.blue.withOpacity(0.2).
final
onLinkTap → void Function(PdfLink link)
Function to be called when the link is tapped.
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 ==(covariant PdfLinkHandlerParams other) bool
The equality operator.
override