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