Text(DateFormat("dd/MM/yyyy").format(DateTime.parse(controller.lista[index].data!)).toString(),
style: const TextStyle(
color: Colors.black,
fontWeight: FontWeight.bold,
fontSize: 12),
),