This is the piece of code
Padding(
padding: const EdgeInsets.all(8.0),
child: Text(
'${country.subtitle} ${country.competition!.title}
${DateFormat..format(DateTime.parse(country.dateStart as String))} BDT'),
),