light brightness slider

This commit is contained in:
Mohammad Salameh
2024-03-04 11:25:08 +03:00
parent 3fccadfc1d
commit 79e0b7ec21
5 changed files with 171 additions and 69 deletions

View File

@ -24,4 +24,6 @@ class StringsManager {
static const summerMode = 'Summer Mode';
static const on = 'ON';
static const off = 'OFF';
static const timer = 'Timer';
static const dimmerAndColor = "Dimmer & color";
}