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