CircleAvatar( backgroundColor: Color(Colors.primaries[index % Colors.primaries.length].toARGB32()), child: Text(filteredSablon[index]["sablonAdi"].toString().substring(0, 1).toUpperCase(), style: const TextStyle(color: Colors.white)), ),