data property

List<Color> get data

Implementation

List<Color> get data => List.generate(32, (i) => Color(0xFF6600FF - 2 * i));