data property

List<Color> get data

Implementation

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