const CustomIcon( {Key? key, required this.file, required this.size, this.color, this.opacity}) : super(key: key);