displayInfo2 method Null safety

List<Color> displayInfo2()

Implementation

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