- List 1
- List 2 List 2
- Lis
- d
- d
- sad
- ád
- ádas
- sdasd
- d
- d
- Lis
sdfsf
sdfsdfsdf
Widget _buildIconPlay(BuildContext context) {
return Align(
alignment: Alignment.center,
child: Container(
width: 60,
height: 60,
alignment: Alignment.center,
decoration: BoxDecoration(
color: Colors.black.withOpacity(0.5),
// shape: BoxShape.circle,
borderRadius: BorderRadius.circular(30),
border: Border.all(color: Colors.white),
),
child: const Icon(
FontAwesomeIcons.play,
size: 18,
color: Colors.white,
),
),
);
}
Leave a Reply
You must be logged in to post a comment.