barColors top-level constant

List<Color> const barColors

Default color that is used when no color is passed

Implementation

const barColors = [
  Color.fromARGB(255, 251, 138, 140),
  Color.fromARGB(255, 138, 143, 251),
  Color.fromARGB(200, 191, 214, 200),
];