Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # 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, ), ) ``` open/neumorphic.txt Last modified: 2024/10/05 06:15by 127.0.0.1