shadow for container in flutter code example
Example: flutter shadow container
Card(
elevation: 8,
child: Container(width: 100, height: 100, color: Colors.blue),
),
Card(
elevation: 8,
child: Container(width: 100, height: 100, color: Colors.blue),
),