answerButtonBackground method Null safety

List<Color> answerButtonBackground()

Implementation

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