Skip to content

Instantly share code, notes, and snippets.

@av
Created January 13, 2020 18:04
Show Gist options
  • Save av/c71659411039c7a1dd7737bc98bc7c43 to your computer and use it in GitHub Desktop.
Save av/c71659411039c7a1dd7737bc98bc7c43 to your computer and use it in GitHub Desktop.
Flutter: neu
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