# Neumorphic # Neumorphic Card {{ http://snappyimages.nextwavesrl.netdna-cdn.com/img/63a79956e5f7f606305727ad18713ff1.png?300}} ```dart Neumorphic( margin: EdgeInsets.all(20), boxShape: NeumorphicBoxShape.roundRect( borderRadius: BorderRadius.circular(12)), style: NeumorphicStyle( depth: NeumorphicTheme.embossDepth(context)), padding: EdgeInsets.symmetric(vertical: 2, horizontal: 18), child: Container( height: 200, ), ) ```