chat_bubble_markdown_config library

Functions

buildChatBubbleMarkdownConfig(BuildContext context, {Color? color, double? baseFontSize, bool threadTypography = false, Color? horizontalRuleColor, double horizontalRuleHeight = 1}) → MarkdownConfig
chatBubbleMarkdownBaseFontSize(BuildContext context) double
chatBubbleMarkdownColor(BuildContext context) Color
diffLineBackgroundColor(String line) Color?
highlightCodeSpanWithReHighlight({required BuildContext context, required String code, required String languageOrFilename, required TextStyle textStyle, Map<String, TextStyle>? theme, String fallbackLanguageId = plaintextLanguageId}) TextSpan