Card

Card




Card(
child: Row(
children: [
Text(
"Card",
style: TextStyle(color: Colors.white,fontSize: 80),
),
Icon(Icons.electric_car_rounded),
],
),
// color: Colors.red[55],
elevation: 100, //ظل
color: Colors.green,

)