data property

List<Color> get data

Implementation

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