answerButtonBackground method Null safety
Implementation
static List<Color> answerButtonBackground() {
return [const Color.fromARGB(84, 144, 3, 255), const Color.fromARGB(84, 255, 83, 83)];
}
static List<Color> answerButtonBackground() {
return [const Color.fromARGB(84, 144, 3, 255), const Color.fromARGB(84, 255, 83, 83)];
}