chat_bubble_markdown_config library

Functions

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