data property

List<Color> get data

Implementation

List<Color> get data => [
  Colors.red,
  Colors.yellow,
  Colors.blue,
  Colors.green
];