data property

List<Color> get data

Implementation

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