menu
purpi_kit package
documentation
core/widgets/custom_carousel.dart
CustomCarousel
CustomCarousel.new const constructor
CustomCarousel.new const constructor
dark_mode
light_mode
CustomCarousel
constructor
const
CustomCarousel
(
{
Key
?
key
,
required
List
<
String
>
images
,
double
height
=
215
,
})
Implementation
const CustomCarousel({ super.key, required this.images, this.height = 215, });
purpi_kit package
documentation
core/widgets/custom_carousel
CustomCarousel
CustomCarousel.new const constructor
CustomCarousel class