const CarouselSlideIndicator({ Key? key, this.color = Colors.white, required this.currentPage, }) : super(key: key);