bgColors property

List<Color> bgColors
getter/setter pair

Implementation

static List<Color> bgColors = [
  LectureBackgroundColor,
  Colors.blue[50]!,
  Colors.green[50]!,
  Colors.deepOrange[50]!,
  Colors.pink[50]!,
  Colors.brown[50]!,
  Colors.deepPurple[50]!,
  Colors.red[50]!,
  LabBackgroundColor,
];