laboratory_3
This commit is contained in:
parent
a0f7bb995e
commit
b08b615cc2
@ -80,7 +80,8 @@ class _CardState extends State<Card> {
|
||||
padding:
|
||||
const EdgeInsets.only(top: 50, bottom: 15, left: 40, right: 40),
|
||||
decoration: BoxDecoration(
|
||||
border: Border.all(color: Colors.black12, width: 2),
|
||||
border: Border.all(color: Colors.orange, width: 2),
|
||||
color: Colors.blue,
|
||||
borderRadius: BorderRadius.circular(20)),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
|
Loading…
Reference in New Issue
Block a user