Skip to content

Instantly share code, notes, and snippets.

@av
Created January 13, 2020 17:31
Show Gist options
  • Save av/35ef89e45eb2438d4af07b94b92d1a16 to your computer and use it in GitHub Desktop.
Save av/35ef89e45eb2438d4af07b94b92d1a16 to your computer and use it in GitHub Desktop.
Flutter: neu
// In NeumorphicContainer.build > Container > BoxShadow
// Mixing with white
color: color.mix(Colors.white, .6),
// ...
// Mixing with black
color: color.mix(Colors.black, .3),
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment