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