displayInfo1 method Null safety
Implementation
static List<Color> displayInfo1() {
return [const Color.fromARGB(143, 255, 107, 223), const Color.fromARGB(
143, 159, 84, 255)];
}
static List<Color> displayInfo1() {
return [const Color.fromARGB(143, 255, 107, 223), const Color.fromARGB(
143, 159, 84, 255)];
}