buttonColors method Null safety

List<Color> buttonColors()

Implementation

static List<Color> buttonColors(){
  return [const Color.fromARGB(255,144,3,255), const Color.fromARGB(255,255,83,83)];
}