parsePatterns property

List<MatchText> parsePatterns
final

Used to parse text to make it linkified text uses flutter_parsed_text takes a list of MatchText in order to parse Email, phone, links and can also add custom pattersn using regex

Implementation

final List<MatchText> parsePatterns;