defaultPreBackground top-level property

Color? defaultPreBackground

default background color of tag: pre

Implementation

Color? get defaultPreBackground =>
    _theme['PreBackground'] ?? lightThemeMap['PreBackground'] as Color?;