Created
          January 13, 2020 15:45 
        
      - 
      
- 
        Save av/3ef9e4976f0927d31cc28397e6865728 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 NeumorphicApp | |
| // ... | |
| home: Scaffold( | |
| // Adding some background | |
| backgroundColor: Colors.blueGrey.shade200, | |
| body: Center( | |
| child: NeumorphicContainer(child: Text('Neumorphic')), | |
| ), | |
| ) | |
| // ... | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment