darkConfig property

CodeConfig get darkConfig

Implementation

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