defaultCodeStyle top-level property

TextStyle? defaultCodeStyle

default style of tag: code

Implementation

TextStyle? get defaultCodeStyle =>
    _theme['CodeStyle'] ?? lightThemeMap['CodeStyle'] as TextStyle?;