darkConfig property

CodeConfig get darkConfig

UncompleteDocumentation

Implementation

static CodeConfig get darkConfig =>
    const CodeConfig(style: TextStyle(backgroundColor: Color(0xCC555555)));