chatBubbleCodeHighlightTheme function

Map<String, TextStyle> chatBubbleCodeHighlightTheme(
  1. BuildContext context
)

Implementation

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