const CloseIcon({ Key? key, required this.onPress, required this.iconColor, required this.closeIconSize, }) : super(key: key);