displayInfo1 method Null safety

List<Color> displayInfo1()

Implementation

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