
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.

return Container(
decoration: BoxDecoration(
//color: Colors.blue,
borderRadius: BorderRadius.all(
Radius.circular(8),
),
),
child: Column(
children: [
Image.network(imageUrl),
Text(title),
Text(artist),
Image.network(
"https://i.ibb.co/KG9m5QS/applemusic.png"),
],
주소가 바뀌거나 틀린것 같아요!!
