Skip to content

Instantly share code, notes, and snippets.

@av
Last active January 13, 2020 17:48
Show Gist options
  • Save av/7cd9b0bcdedcd51d0fbd18283656d734 to your computer and use it in GitHub Desktop.
Save av/7cd9b0bcdedcd51d0fbd18283656d734 to your computer and use it in GitHub Desktop.
Flutter: neu
// In NeumorphicContainer.build > Container > BoxDecoration
// ...
gradient: LinearGradient(
begin: Alignment.topLeft,
end: Alignment.bottomRight,
colors: [
color.mix(Colors.white, .2),
color.mix(Colors.black, .1),
]
),
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment