setLightColors static method
Replace light colors dynamically (e.g. custom themes)
Implementation
static void setLightColors(CoderColor colors) => _lightColors = colors;
Replace light colors dynamically (e.g. custom themes)
static void setLightColors(CoderColor colors) => _lightColors = colors;