Created
January 13, 2020 17:31
-
-
Save av/35ef89e45eb2438d4af07b94b92d1a16 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
// 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