const ImageBox( {Key? key, this.bgColor, required this.imageList, required this.imageIndex}) : super(key: key);