backGround2 method Null safety

List<Color> backGround2()

Implementation

static List<Color> backGround2() {
  return [const Color.fromARGB(255,80,57,222),const Color.fromARGB(255,254,173,255)];
}