










Something
Name | Alias |
---|---|
Dung | DG |
kh | kh |
DH | KL |
Something
dg
Preformatted test
Something
dsdsdsds
sdsd
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,
),
),
);
}
Classic