Skip to content

Instantly share code, notes, and snippets.

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