const HeartBeatIcon({ Key? key, required this.icon, required this.color, required this.size, }) : super(key: key);