chatBubbleCodeHighlightTheme function
Implementation
Map<String, TextStyle> chatBubbleCodeHighlightTheme(BuildContext context) {
return _codeTheme(context);
}
Map<String, TextStyle> chatBubbleCodeHighlightTheme(BuildContext context) {
return _codeTheme(context);
}