onCitationTap property

ValueChanged<Citation>? onCitationTap
final

Called with the source the reader tapped. Wire it to url_launcher, or leave it null and the citations render as plain, non-interactive chips — this package deliberately ships no URL-opening dependency.

Implementation

final ValueChanged<Citation>? onCitationTap;