Skip to content

Instantly share code, notes, and snippets.

@bapspatil
Created March 16, 2019 07:45
Show Gist options
  • Save bapspatil/6856b956d8046130ee00e7c729e69c65 to your computer and use it in GitHub Desktop.
Save bapspatil/6856b956d8046130ee00e7c729e69c65 to your computer and use it in GitHub Desktop.
List of gradient colors for Kut In
List<Color> _gradientColors = [
const Color(0xfff44336),
const Color(0xffba000d),
const Color(0xff9c27b0),
const Color(0xff6a0080),
const Color(0xff2196f3),
const Color(0xff0069c0),
const Color(0xfffdd835),
const Color(0xffc6a700)
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment