codeMatcher function

MatchText codeMatcher({
  1. TextStyle? style,
})

Implementation

MatchText codeMatcher({
  final TextStyle? style,
}) =>
    _patternStyleMatcher(
      patternStyle: PatternStyle.code,
      style: style,
    );