linkTypes property

List<LinkType>? linkTypes
final

option to override the links to be formatted in the text, defaults to [LinkType.url] so only urls are being linkified in the text

Implementation

final List<LinkType>? linkTypes;