Fix error carousel on home screen
This commit is contained in:
parent
b5e46d17a6
commit
e29302a419
1 changed files with 1 additions and 1 deletions
|
@ -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> {
|
||||
|
|
Loading…
Reference in a new issue