defaultCodeBackground top-level property

Color? defaultCodeBackground

default background color of tag: code

Implementation

Color? get defaultCodeBackground =>
    _theme['CodeBackground'] ?? lightThemeMap['CodeBackground'] as Color?;