data property

List<Color> get data

Implementation

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