rainbow constant

List<Color> const rainbow

Implementation

static const List<Color> rainbow = [Color(0xFF00c6ff), Color(0xFF0072ff)];