flutter chip background color
Chip(
avatar: CircleAvatar(
backgroundColor: Colors.grey.shade800,
child: const Text('C'),
),
label: const Text('Chip'),
backgroundColor: Colors.blue[100],
),