maybeCodeBlockHighlightThemeOf static method
Implementation
static Map<String, TextStyle>? maybeCodeBlockHighlightThemeOf(BuildContext context) {
return maybeOf(context)?.codeBlockHighlightTheme;
}
static Map<String, TextStyle>? maybeCodeBlockHighlightThemeOf(BuildContext context) {
return maybeOf(context)?.codeBlockHighlightTheme;
}