Created
March 16, 2019 07:45
-
-
Save bapspatil/6856b956d8046130ee00e7c729e69c65 to your computer and use it in GitHub Desktop.
List of gradient colors for Kut In
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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