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