Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. List<Color> _gradientColors = [
  2. const Color(0xfff44336),
  3. const Color(0xffba000d),
  4. const Color(0xff9c27b0),
  5. const Color(0xff6a0080),
  6. const Color(0xff2196f3),
  7. const Color(0xff0069c0),
  8. const Color(0xfffdd835),
  9. const Color(0xffc6a700)
  10. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement