open:neumorphic

Neumorphic

Neumorphic Card

snippet.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
  • 마지막으로 수정됨: 2020/06/02 09:25
  • 저자 127.0.0.1