loginRegisterColors method Null safety
Implementation
static List<Color> loginRegisterColors(){
return [const Color.fromARGB(100,255,255,255), const Color.fromARGB(100,255,255,255)];
}
static List<Color> loginRegisterColors(){
return [const Color.fromARGB(100,255,255,255), const Color.fromARGB(100,255,255,255)];
}