parsePatterns property

List<MatchText>? parsePatterns
final

List of MatchText using flutter_parsed_text library to parse and customize accordingly some part of the text By default ParsedType.URL is set and will use launchUrl to open the link

Implementation

final List<MatchText>? parsePatterns;