backGround1 method Null safety

List<Color> backGround1()

Implementation

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