maybeCodeBlockHighlightThemeOf static method

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

Implementation

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