functions library

Functions

extractDetections(String value, RegExp detectionRegExp) List<String>
Extract detections from the text
getDetectedTextSpan({required TextStyle decoratedStyle, required TextStyle basicStyle, required String source, required RegExp detectionRegExp, dynamic onTap(String)?, bool decorateAtSign = false}) TextSpan
Returns textSpan with detected text
getDetectedTextSpanWithExtraChild({required TextStyle decoratedStyle, required TextStyle basicStyle, required String source, required RegExp detectionRegExp, dynamic onTap(String)?, bool decorateAtSign = false, List<InlineSpan>? children}) TextSpan
isDetected(String value, RegExp detectionRegExp) bool
Check if the text has detection