home tile press and hold color change
This commit is contained in:
parent
a38ec882d9
commit
abca9daf4c
3 changed files with 60 additions and 18 deletions
|
|
@ -131,6 +131,14 @@ class MyTheme {
|
|||
return Color(_errColor);
|
||||
}
|
||||
|
||||
Color highlightColor() {
|
||||
if (mode == "Dark") {
|
||||
return const Color(0XFF9bc7fa);
|
||||
} else {
|
||||
return const Color(0XFF354866);
|
||||
}
|
||||
}
|
||||
|
||||
Color successColor() {
|
||||
return Color(_succColor);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue