BastiTr
Results
1
comments of
BastiTr
Here a code snippet of the picture. ``` Card( shadowColor: Color(0xFF8eacbb), elevation: 6, clipBehavior: Clip.antiAlias, shape: RoundedRectangleBorder( borderRadius: BorderRadius.circular(12), ), child: Container( decoration: BoxDecoration( gradient: LinearGradient( colors: [ Colors.blueGrey[600], Colors.blueGrey[700]...