const CustomChip({ Key? key, this.backgroundColor, required this.text, this.textColor, }) : super(key: key);