wrongButtonBackground method Null safety

List<Color> wrongButtonBackground()

Implementation

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