const CardItem({ Key? key, required this.animation, required this.item, this.onTap, this.selected = false, }) :super(key: key);