wrongButtonBackground method Null safety
Implementation
static List<Color> wrongButtonBackground() {
return [const Color.fromARGB(255, 255, 0, 0), const Color.fromARGB(255, 120, 0, 0)];
}
static List<Color> wrongButtonBackground() {
return [const Color.fromARGB(255, 255, 0, 0), const Color.fromARGB(255, 120, 0, 0)];
}