Created
January 13, 2020 18:04
-
-
Save av/c71659411039c7a1dd7737bc98bc7c43 to your computer and use it in GitHub Desktop.
Flutter: neu
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
gradient: LinearGradient( | |
begin: Alignment.topLeft, | |
end: Alignment.bottomRight, | |
colors: [ | |
color.mix(Colors.black, .1), | |
color, | |
color, | |
color.mix(Colors.white, .5), | |
], | |
stops: [ | |
0.0, | |
.3, | |
.6, | |
1.0, | |
] | |
), |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment