const CarouselWidget({required Key key, required this.cards, required this.height}) : super(key: key);