Fix error carousel on home screen

This commit is contained in:
Kelvin Samuel 2022-05-16 13:07:15 +07:00
parent b5e46d17a6
commit e29302a419

View file

@ -11,7 +11,7 @@ class Carousel extends StatefulWidget {
final List<String> imgList = [
'assets/images/carousel_1.webp',
'assets/images/carousel_2.webp',
'assets/images/carousel_3.webp'
'assets/images/carousel_3.webp',
];
class _CarouselState extends State<Carousel> {